Skip to content

Commit

Permalink
fixed lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteNinjaZ committed Jun 8, 2024
1 parent 71a0ee5 commit 9ce7dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtr_flow/scripts/run_vtr_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def vtr_command_main(arg_list, prog=None):

assert args.temp_dir
temp_dir = Path(args.temp_dir)
# Create an absolute path is it is not already provided.
# Create an absolute path is it is not already provided.
# Parmys throws an error if an absolute path is not provided.
if not str(temp_dir).startswith("/"):
temp_dir = Path(os.getcwd() + "/" + args.temp_dir)
Expand Down

0 comments on commit 9ce7dcf

Please sign in to comment.