Skip to content

Commit 63da0bc

Browse files
mgermainMarcCote
authored andcommitted
Another typo
Should really find a way to run those unit test on windows.
1 parent 752840d commit 63da0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/smart_dispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main():
3838
# Commands that needs to be parsed and unfolded.
3939
arguments = map(smartdispatch.unfold_argument, args.commandAndOptions)
4040
jobname = smartdispatch.generate_name_from_arguments(arguments, max_length=235)
41-
commands = smartdispatch.get_commands_from_arguments(" ".join9args.commandAndOptions)
41+
commands = smartdispatch.get_commands_from_arguments(" ".join(args.commandAndOptions))
4242

4343
commands = smartdispatch.replace_uid_tag(commands)
4444

0 commit comments

Comments
 (0)