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 558ca6c commit c2a8906Copy full SHA for c2a8906
nipype/interfaces/cmtk/convert.py
@@ -198,7 +198,7 @@ def _run_interface(self, runtime):
198
cda.dtype = "FinalFiberLengthArray"
199
if 'endpoints' in data_name:
200
cda.dtype = "FiberEndpoints"
201
- if string.find(data_name, 'labels') != -1:
+ if 'labels' in data_name:
202
cda.dtype = "FinalFiberLabels"
203
a.add_connectome_data(cda)
204
0 commit comments