Skip to content

Commit 943f449

Browse files
committed
fix: rename datalad sid variable
1 parent 56a5bc9 commit 943f449

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

heudiconv/cli/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ def process_args(args):
267267
# the outdir -> study_outdir datasets if not yet there
268268
if args.datalad:
269269
from ..external.dlad import prepare_datalad
270-
anon_sid = sid if not anon_sid else anon_sid
271-
dl_msg = prepare_datalad(anon_study_outdir, anon_outdir, anon_sid,
270+
dlad_sid = sid if not anon_sid else anon_sid
271+
dl_msg = prepare_datalad(anon_study_outdir, anon_outdir, dlad_sid,
272272
args.session, seqinfo, dicoms, args.bids)
273273

274274
lgr.info("PROCESSING STARTS: {0}".format(

0 commit comments

Comments
 (0)