Skip to content

Commit 7c15558

Browse files
committed
WRAPPER: Un-nest nipype
1 parent 208d2c1 commit 7c15558

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

wrapper/fmriprep_docker.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ def main():
356356
for pkg in ('fmriprep', 'niworkflows', 'nipype'):
357357
repo_path = getattr(opts, 'patch_' + pkg)
358358
if repo_path is not None:
359-
# nipype is now a submodule of niworkflows
360-
if pkg == 'nipype':
361-
pkg = 'niworkflows/nipype'
362359
command.extend(['-v',
363360
'{}:{}/{}:ro'.format(repo_path, PKG_PATH, pkg)])
364361

0 commit comments

Comments
 (0)