mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 03:12:34 +01:00
wa/workloads: pylint fixes
This commit is contained in:
@@ -120,5 +120,5 @@ class HWUITest(Workload):
|
||||
|
||||
@once
|
||||
def finalize(self, context):
|
||||
if (self.target_exe):
|
||||
if self.target_exe:
|
||||
self.target.uninstall(self.target_exe)
|
||||
|
Reference in New Issue
Block a user