Skip to content

Commit

Permalink
FIX - help variable needed to be assigned for commandline parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jstout211 committed Jan 22, 2024
1 parent 194d4b2 commit db8b25b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nih2mne/make_meg_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ def get_subj_logger(subjid, log_dir=None, loglevel=logging.INFO):
action='store_true'
)
group3 = parser.add_argument_group('Optional Overrides')
group3.add_argument('-ignore_eroom', '''If you are Not on Biowulf, use this option
group3.add_argument('-ignore_eroom',
help='''If you are Not on Biowulf, use this option
to prevent an error. Or if you collected your own empty
room data with your dataset''',
action='store_true',
Expand Down

0 comments on commit db8b25b

Please sign in to comment.