Skip to content

Commit 4e4c670

Browse files
committed
[skip ci] Extend docstring as per @djarecka
1 parent bb905b9 commit 4e4c670

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/pipeline/engine/nodes.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,9 @@ def run(self, updatehash=False):
350350
----------
351351
352352
updatehash: boolean
353-
Update the hash stored in the output directory
353+
When the hash stored in the output directory as a result of a previous run
354+
does not match that calculated for this execution, updatehash=True only
355+
updates the hash without re-running.
354356
"""
355357

356358
if self.config is None:

0 commit comments

Comments
 (0)