Skip to content

Commit a4f95a9

Browse files
committed
fix: clarify mandatory args
1 parent 3ca4fd1 commit a4f95a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def process_args(args):
299299
# also in batch mode might fail since we have no locking ATM
300300
# and theoretically no need actually to save entire study
301301
# we just need that
302-
add_to_datalad(outdir, study_outdir, msg=msg, bids=args.bids)
302+
add_to_datalad(outdir, study_outdir, msg, args.bids)
303303

304304
# if args.bids:
305305
# # Let's populate BIDS templates for folks to take care about

0 commit comments

Comments
 (0)