mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-06 03:44:06 +01:00
wa/workloads: pep8 fixes
This commit is contained in:
@@ -83,7 +83,7 @@ class Googlephotos(ApkUiautoWorkload):
|
||||
|
||||
for i, f in enumerate(self.test_images):
|
||||
orig_file_path = self.target.path.join(d, f)
|
||||
new_dir = self.target.path.join(e, 'wa', 'wa-{}'.format(i+1))
|
||||
new_dir = self.target.path.join(e, 'wa', 'wa-{}'.format(i + 1))
|
||||
new_file_path = self.target.path.join(new_dir, f)
|
||||
|
||||
self.target.execute('mkdir -p {}'.format(new_dir))
|
||||
|
Reference in New Issue
Block a user