We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca4fd1 commit a4f95a9Copy full SHA for a4f95a9
heudiconv/cli/run.py
@@ -299,7 +299,7 @@ def process_args(args):
299
# also in batch mode might fail since we have no locking ATM
300
# and theoretically no need actually to save entire study
301
# we just need that
302
- add_to_datalad(outdir, study_outdir, msg=msg, bids=args.bids)
+ add_to_datalad(outdir, study_outdir, msg, args.bids)
303
304
# if args.bids:
305
# # Let's populate BIDS templates for folks to take care about
0 commit comments