Skip to content

Commit

Permalink
Merge pull request #364 from neutrons/change_mode
Browse files Browse the repository at this point in the history
change default mode to idl
  • Loading branch information
Kvieta1990 committed Jul 16, 2022
2 parents 092d68c + 17ed0ce commit e41eda9
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 e41eda9

Please sign in to comment.