Skip to content

Commit

Permalink
Make algorithm check consistent with old format
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Fanebust Dregi authored and markusdregi committed Apr 24, 2019
1 parent 94d540e commit 4c82134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ert.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def runCli( args ):


def validate_cli_args(parser, args):
if args.algorithm == "ensemble_smoother" and args.target_case == "default":
if args.algorithm == "Ensemble Smoother" and args.target_case == "default":
msg = "Target file system and source file system can not be the same. "\
"They were both: <default>. Please set using --target-case on "\
"the command line."
Expand Down

0 comments on commit 4c82134

Please sign in to comment.