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 e511566 commit 547e2deCopy full SHA for 547e2de
nipype/utils/filemanip.py
@@ -281,7 +281,7 @@ def _generate_cifs_table():
281
# if this entry is cifs, add it to list
282
if path_and_fstype[1] == 'cifs':
283
cifs_paths.append(path_and_fstype[0])
284
- else:
+ else:
285
fmlogger.debug('mount file system types not described by fstype')
286
except:
287
fmlogger.debug('mount file system type check for CIFS error')
0 commit comments