Skip to content

Commit 23d67df

Browse files
committed
fixed python formating
1 parent 70a3510 commit 23d67df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vtr_flow/scripts/run_vtr_flow.py

-2
Original file line numberDiff line numberDiff line change
@@ -524,11 +524,9 @@ def vtr_command_main(arg_list, prog=None):
524524
error_status = "Error"
525525

526526
assert args.temp_dir
527-
528527
temp_dir = Path(args.temp_dir)
529528
if not str(temp_dir).startswith("/"):
530529
temp_dir = Path(os.getcwd() + "/" + args.temp_dir)
531-
532530
# Specify how command should be run
533531
command_runner = vtr.CommandRunner(
534532
track_memory=args.track_memory_usage,

0 commit comments

Comments
 (0)