Skip to content

Commit

Permalink
Fixed argument
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 25, 2024
1 parent dc6f5f2 commit 46b7925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/slurm-benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ def create_argument_parser(self):
slurm_args.add_argument(
"--continue-interrupted",
dest="continue_interrupted",
type=str,
default=None,
action="store_true",
help="Continue a previously interrupted job.",
)

Expand Down

0 comments on commit 46b7925

Please sign in to comment.