Skip to content

Commit

Permalink
Update src/toil/options/common.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael R. Crusoe <[email protected]>
  • Loading branch information
stxue1 and mr-c authored Dec 7, 2023
1 parent f673997 commit 373e418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil/options/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def __call__(self, parser: Any, namespace: Any, values: Any, option_string: Any
type=convert_bool, default=False, metavar="BOOL",
help="If set, preemptible failures (or any failure due to an instance getting "
"unexpectedly terminated) will not count towards job failures and --retryCount.")
job_options.add_argument("--doubleMem", dest="doubleMem", type=convert_bool, default=False, metavar="bool",
job_options.add_argument("--doubleMem", dest="doubleMem", type=convert_bool, default=False, metavar="BOOL",
help="If set, batch jobs which die to reaching memory limit on batch schedulers "
"will have their memory doubled and they will be retried. The remaining "
"retry count will be reduced by 1. Currently supported by LSF.")
Expand Down

0 comments on commit 373e418

Please sign in to comment.