mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-29 22:24:51 +00:00
wa/workloads: pep8 fixes
This commit is contained in:
@@ -118,7 +118,7 @@ class Jankbench(ApkWorkload):
|
||||
if self.pull_results_db:
|
||||
target_file = self.target.path.join(self.target.package_data_directory,
|
||||
self.package, 'databases', self.results_db_file)
|
||||
host_file = os.path.join(context.output_directory,self.results_db_file)
|
||||
host_file = os.path.join(context.output_directory, self.results_db_file)
|
||||
self.target.pull(target_file, host_file, as_root=True)
|
||||
context.add_artifact('jankbench-results', host_file, 'data')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user