Skip to content

Commit 9ce7dcf

Browse files
committed
fixed lint problems
1 parent 71a0ee5 commit 9ce7dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtr_flow/scripts/run_vtr_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def vtr_command_main(arg_list, prog=None):
525525

526526
assert args.temp_dir
527527
temp_dir = Path(args.temp_dir)
528-
# Create an absolute path is it is not already provided.
528+
# Create an absolute path is it is not already provided.
529529
# Parmys throws an error if an absolute path is not provided.
530530
if not str(temp_dir).startswith("/"):
531531
temp_dir = Path(os.getcwd() + "/" + args.temp_dir)

0 commit comments

Comments
 (0)