Skip to content

Commit 3b1f846

Browse files
committed
fix: old import
1 parent c176d92 commit 3b1f846

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
@@ -292,7 +292,7 @@ def process_args(args):
292292
str(dict(subject=sid, outdir=study_outdir, session=session))))
293293

294294
if args.datalad:
295-
from ..external.datalad import add_to_datalad
295+
from ..external.dlad import add_to_datalad
296296
msg = "Converted subject %s" % datalad_msg_suf
297297
# TODO: whenever propagate to supers work -- do just
298298
# ds.save(msg=msg)

0 commit comments

Comments
 (0)