Skip to content

Commit ac388be

Browse files
authored
FIX: Import nipype.utils.filemanip
1 parent 62ef646 commit ac388be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _warn_redirect(message, category, filename, lineno, file=None, line=None):
3131

3232

3333
def check_deps(workflow):
34-
from nipype.filemanip import which
34+
from nipype.utils.filemanip import which
3535
return sorted(
3636
(node.interface.__class__.__name__, node.interface._cmd)
3737
for node in workflow.get_nodes()

0 commit comments

Comments
 (0)