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 1b1bcd6 commit fb6fbcaCopy full SHA for fb6fbca
nipype/workflows/smri/freesurfer/recon.py
@@ -136,7 +136,8 @@ def create_reconall_workflow(name="ReconAll", plugin_args=None):
136
137
# check freesurfer version and set parameters
138
fs_version_full = Info.version()
139
- if fs_version_full and 'v6.0' in fs_version_full or 'dev' in fs_version_full:
+ if fs_version_full and ('v6.0' in fs_version_full or
140
+ 'dev' in fs_version_full):
141
# assuming that dev is 6.0
142
fsvernum = 6.0
143
fs_version = 'v6.0'
0 commit comments