1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-21 18:18:41 +00:00

framework/output: Whitespace

This commit is contained in:
Brendan Jackman 2017-12-07 14:30:42 +00:00 committed by marcbonnici
parent 7a3503775d
commit b05b0a2e4f

View File

@ -512,4 +512,3 @@ def _save_raw_config(meta_dir, state):
basename = os.path.basename(source)
dest_path = os.path.join(raw_config_dir, 'cfg{}-{}'.format(i, basename))
shutil.copy(source, dest_path)