Skip to content

Commit cc07242

Browse files
committed
Added hash_files description.
1 parent befedde commit cc07242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/devel/interface_specs.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ Common
194194
TraitError: The 'infile' trait of a BetInputSpec instance must be a file
195195
name, but a value of 'does_not_exist.nii' <type 'str'> was specified.
196196
197+
``hash_files``
198+
To be used with inputs that are defining output filenames. When this flag is set to false any Nipype will not try to hash any files described by this input. This is useful to avoid rerunning when the specified output file already exists and has changed.
199+
197200
``desc``
198201
All trait objects have a set of default metadata attributes. ``desc``
199202
is one of those and is used as a simple, one-line docstring. The

0 commit comments

Comments
 (0)