Skip to content

Commit

Permalink
Fix argparse string
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Apr 11, 2024
1 parent f67c6bb commit 02b5476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sccala/sccala_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def cli():
parser.add_argument(
"-t",
"--time",
help="Wallclock time (in h) of parent job. Once 95% of the Wallclock time has passed no new iteration will be started. Default: 24.0",
help="Wallclock time (in h) of parent job. Once 95 percent of the Wallclock time has passed no new iteration will be started. Default: 24.0",
default=24.0,
type=float,
)
Expand Down

0 comments on commit 02b5476

Please sign in to comment.