Skip to content

Commit ce2089c

Browse files
committed
DOC: adjust NotImplementedError message to correspond (it is _rec, not _acq used now)
1 parent 198dfbe commit ce2089c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/heuristics/reproin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def infotodict(seqinfo):
572572
# assert s.is_derived, "Motion corrected images must be 'derived'"
573573

574574
if s.is_motion_corrected and 'rec-' in series_info.get('bids', ''):
575-
raise NotImplementedError("want to add _acq-moco but there is _acq- already")
575+
raise NotImplementedError("want to add _rec-moco but there is _rec- already")
576576

577577
def from_series_info(name):
578578
"""A little helper to provide _name-value if series_info knows it

0 commit comments

Comments
 (0)