Skip to content

Commit a06cdc3

Browse files
committed
Added max_length param to the jobname.
Fixes #53
1 parent 9922358 commit a06cdc3

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
@@ -37,7 +37,7 @@ def main():
3737
else:
3838
# Commands that needs to be parsed and unfolded.
3939
arguments = map(smartdispatch.unfold_argument, args.commandAndOptions)
40-
jobname = smartdispatch.generate_name_from_arguments(arguments)
40+
jobname = smartdispatch.generate_name_from_arguments(arguments, max_length=235)
4141
commands = smartdispatch.get_commands_from_arguments(arguments)
4242

4343
commands = smartdispatch.replace_uid_tag(commands)

0 commit comments

Comments
 (0)