We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac388be commit eb42339Copy full SHA for eb42339
fmriprep/cli/run.py
@@ -34,7 +34,7 @@ def check_deps(workflow):
34
from nipype.utils.filemanip import which
35
return sorted(
36
(node.interface.__class__.__name__, node.interface._cmd)
37
- for node in workflow.get_nodes()
+ for node in workflow._get_all_nodes()
38
if (hasattr(node.interface, '_cmd') and
39
which(node.interface._cmd) is None))
40
0 commit comments