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 879862f commit 04fd0d2Copy full SHA for 04fd0d2
nipype/pipeline/engine/nodes.py
@@ -367,7 +367,6 @@ def run(self, updatehash=False):
367
logger.warn(('An exception was raised trying to remove old %s, '
368
'but the path seems empty. Is it an NFS mount?. '
369
'Passing the exception.') % outdir)
370
- pass
371
elif ((ex.errno == errno.ENOTEMPTY) and (len(outdircont) != 0)):
372
logger.debug(('Folder contents (%d items): '
373
'%s') % (len(outdircont), outdircont))
0 commit comments