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 bb905b9 commit 4e4c670Copy full SHA for 4e4c670
nipype/pipeline/engine/nodes.py
@@ -350,7 +350,9 @@ def run(self, updatehash=False):
350
----------
351
352
updatehash: boolean
353
- Update the hash stored in the output directory
+ 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.
356
"""
357
358
if self.config is None:
0 commit comments