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 72b7a34 commit ef2b7c1Copy full SHA for ef2b7c1
nipype/pipeline/engine.py
@@ -1211,7 +1211,7 @@ def hash_exists(self, updatehash=False):
1211
outdir = self.output_dir()
1212
hashfiles = glob(os.path.join(outdir, '_0x*.json'))
1213
if len(hashfiles) > 1:
1214
- warn('Removing multiple hashfiles and forcing node to rerun')
+ logger.info('Removing multiple hashfiles and forcing node to rerun')
1215
for hashfile in hashfiles:
1216
os.unlink(hashfile)
1217
hashfile = os.path.join(outdir, '_0x%s.json' % hashvalue)
0 commit comments