Skip to content

Change "out_file" type from Directory to Path

Compare
Choose a tag to compare
@tclose tclose released this 11 Jul 00:28
· 33 commits to main since this release

With the new Pydra typing system, "out_file" input needs to be a str or a Path, not a Directory, because the contents of the directory will are included in the hash and so the hash of the node will change after the node is run (and will be missed by downstream nodes)