Skip to content

Commit 547e2de

Browse files
committed
fstype parsing for cifs can fail on Mac OS
1 parent e511566 commit 547e2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/utils/filemanip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def _generate_cifs_table():
281281
# if this entry is cifs, add it to list
282282
if path_and_fstype[1] == 'cifs':
283283
cifs_paths.append(path_and_fstype[0])
284-
else:
284+
else:
285285
fmlogger.debug('mount file system types not described by fstype')
286286
except:
287287
fmlogger.debug('mount file system type check for CIFS error')

0 commit comments

Comments
 (0)