Skip to content

Commit

Permalink
Fix st_archive template.
Browse files Browse the repository at this point in the history
Not sure how we didn't catch this before.

[BFB]
  • Loading branch information
jgfouca committed Aug 1, 2017
1 parent bcb2ad4 commit e302ced
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/acme/machines/template.st_archive
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ formatter_class=argparse.ArgumentDefaultsHelpFormatter
parser.add_argument("--force-move", default=False, action="store_true",
help="Move the files even if it's unsafe to do so")

args = parser.parse_args()

CIME.utils.handle_standard_logging_options(args)
args = CIME.utils.parse_args_and_handle_standard_logging_options(args, parser)

if args.caseroot is not None:
os.chdir(args.caseroot)
Expand Down

0 comments on commit e302ced

Please sign in to comment.