Skip to content

Commit

Permalink
Renamed awsmode to savecorrout
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Jun 15, 2024
1 parent b3b8084 commit 8d7cb93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapidtide/workflows/rapidtide_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1532,8 +1532,8 @@ def _get_parser():
default=False,
)
debugging.add_argument(
"--awsmode",
dest="awsmode",
"--savecorrout",
dest="savecorrout",
action="store_true",
help=("Save the corrout file even if you normally wouldn't."),
default=False,
Expand Down

0 comments on commit 8d7cb93

Please sign in to comment.