mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +00:00 
			
		
		
		
	Merge pull request #481 from bjackman/fix-resolve-package
framework/workload: Fix resolve_packge_from_target
This commit is contained in:
		@@ -485,7 +485,7 @@ class PackageHandler(object):
 | 
			
		||||
        if self.package:
 | 
			
		||||
            if not self.target.package_is_installed(self.package):
 | 
			
		||||
                msg = 'Package "{}" cannot be found on the host or device'
 | 
			
		||||
            raise WorkloadError(msg.format(self.package))
 | 
			
		||||
                raise WorkloadError(msg.format(self.package_name))
 | 
			
		||||
        else:
 | 
			
		||||
            installed_versions = []
 | 
			
		||||
            for package in self.owner.package_names:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user