Skip to content

Commit 09dbe74

Browse files
author
MohamedElgammal
committed
more linting issues
1 parent 5c73fc7 commit 09dbe74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vtr_flow/scripts/run_vtr_task.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ def vtr_command_argparser(prog=None):
124124
default="local",
125125
help="""What system to run the tasks on:
126126
(local) runs the flow invocations on the local machine,
127-
(scripts) Prints out all the generated script files (instead of calling them to run all the flow invocations).""",
127+
(scripts) Prints out all the generated script files
128+
(instead of calling them to run all the flow invocations).""",
128129
)
129130

130131
parser.add_argument(

0 commit comments

Comments
 (0)