Skip to content

Commit f273d18

Browse files
committed
[skip ci] comment at the right spot
1 parent c08d84e commit f273d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/pipeline/engine/nodes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,13 @@ def is_cached(self, rm_outdated=False):
344344

345345
hashfiles = [hashfile] if cached else []
346346

347-
# At this point only one hashfile is in the folder
348-
# and we directly check whether it is updated
349347
if not hashfiles:
350348
logger.debug('[Node] No hashfiles found in "%s".', outdir)
351349
assert(not cached)
352350
return False, False
353351

352+
# At this point only one hashfile is in the folder
353+
# and we directly check whether it is updated
354354
updated = hashfile == hashfiles[0]
355355
if not updated: # Report differences depending on log verbosity
356356
cached = True

0 commit comments

Comments
 (0)