Skip to content

Commit

Permalink
change default mode to idl
Browse files Browse the repository at this point in the history
  • Loading branch information
Kvieta1990 committed Jul 16, 2022
1 parent 092d68c commit 17ed0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addie/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ def main(config=None):
parser.add_argument(
'--mode',
type=str,
default='mantid',
default='idl',
help='Set processing mode (default=%(default)s)',
choices=[
'mantid',
Expand Down

0 comments on commit 17ed0ce

Please sign in to comment.