mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-05-30 13:06:40 +01: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)
|
replace=True, allow_downgrade=True)
|
||||||
if 'Failure' in output:
|
if 'Failure' in output:
|
||||||
if 'ALREADY_EXISTS' 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)
|
self.logger.warn(msg)
|
||||||
else:
|
else:
|
||||||
raise WorkloadError(output)
|
raise WorkloadError(output)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user