Skip to content

Commit e7a6200

Browse files
oestebaneffigies
andauthored
Update nipype/pipeline/engine/nodes.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 57a8db2 commit e7a6200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine/nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def is_cached(self, rm_outdated=False):
314314
logger.debug('[Node] Hashes: %s, %s, %s, %s',
315315
hashed_inputs, hashvalue, hashfile, hashfiles)
316316

317-
cached = op.exists(hashfile)
317+
cached = hashfile in hashfiles
318318

319319
# No previous hashfiles found, we're all set.
320320
if cached and len(hashfiles) == 1:

0 commit comments

Comments
 (0)