mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
framework/workload: Fix Typo
This commit is contained in:
parent
3fe7305c6e
commit
65eb741f6f
@ -794,7 +794,7 @@ class PackageHandler(object):
|
||||
replace=True, allow_downgrade=True)
|
||||
if 'Failure' in output:
|
||||
if 'ALREADY_EXISTS' in output:
|
||||
msg = 'Using already installed APK (did not unistall properly?)'
|
||||
msg = 'Using already installed APK (did not uninstall properly?)'
|
||||
self.logger.warn(msg)
|
||||
else:
|
||||
raise WorkloadError(output)
|
||||
|
Loading…
x
Reference in New Issue
Block a user