Skip to content

Commit e7bcdca

Browse files
author
Steven Tilley
committed
bugfix when no bids options set
1 parent 5e12dea commit e7bcdca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

heudiconv/cli/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def main(argv=None):
138138
args.bids_options = args.bids
139139
args.bids = True
140140
else:
141+
args.bids_options = []
141142
args.bids = False
142143
if args.debug:
143144
lgr.setLevel(logging.DEBUG)

0 commit comments

Comments
 (0)