mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-04 04:12:42 +01:00
wa/workloads: pep8 fixes
This commit is contained in:
@@ -149,8 +149,8 @@ class Lmbench(Workload):
|
||||
parts = []
|
||||
if self.cpus:
|
||||
parts.append('{} taskset {} {}'.format(self.target.busybox,
|
||||
self.cpus.mask(),
|
||||
self.target_exe))
|
||||
self.cpus.mask(),
|
||||
self.target_exe))
|
||||
else:
|
||||
parts.append(self.target_exe)
|
||||
if self.parallelism is not None:
|
||||
|
Reference in New Issue
Block a user