File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,6 @@ def run(self, updatehash=False):
440
440
for outdatedhash in glob (op .join (self .output_dir (), '_0x*.json' )):
441
441
os .remove (outdatedhash )
442
442
443
-
444
443
# Hashfile while running
445
444
hashfile_unfinished = op .join (
446
445
outdir , '_0x%s_unfinished.json' % self ._hashvalue )
@@ -475,8 +474,10 @@ def run(self, updatehash=False):
475
474
logger .warning ('[Node] Error on "%s" (%s)' , self .fullname , outdir )
476
475
# Tear-up after error
477
476
if not silentrm (hashfile_unfinished ):
478
- logger .debug ('Unfinished hashfile %s does not exist' ,
479
- hashfile_unfinished )
477
+ logger .warning ("""\
478
+ Interface finished unexpectedly and the corresponding unfinished hashfile %s \
479
+ does not exist. Another nipype instance may be running against the same work \
480
+ directory. Please ensure no other concurrent workflows are racing""" , hashfile_unfinished )
480
481
raise
481
482
482
483
# Tear-up after success
You can’t perform that action at this time.
0 commit comments