Skip to content

Commit 08a8078

Browse files
committed
fixed syntax error from previous commit (ldas_setup)
1 parent 4a1802e commit 08a8078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GEOSldas_App/ldas_setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1881,7 +1881,7 @@ def parseCmdLine():
18811881
"other for the (SLURM) resource manager ('batinp'). To create sample input "\
18821882
"files use './ldas_setup sample -h'. "\
18831883
"When used to set up a coupled land-atm DAS experiment, the script "\
1884-
"*ignores* the input files, but dummy strings must still be specified. "
1884+
"*ignores* the input files, but dummy strings must still be specified. ",
18851885
formatter_class=argparse.ArgumentDefaultsHelpFormatter,
18861886
)
18871887
p_sub = p.add_subparsers(help='sub-command help')

0 commit comments

Comments
 (0)