Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
squad-show-or-cancel-jobs: job-status: default drop spaces
Browse files Browse the repository at this point in the history
Drop the spaces in the default list, since that reads better as a list.

Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed May 14, 2024
1 parent 56876c2 commit 5031ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squad-show-or-cancel-jobs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def arg_parser():
parser.add_argument(
"--job-status",
required=False,
default="Submitted, Scheduled, Running",
default="Submitted,Scheduled,Running",
help="Job status separated by comma ','. The job status can be, 'Submitted, Scheduled, Running",
)

Expand Down

0 comments on commit 5031ee8

Please sign in to comment.