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 b67c725 commit 9fabcb3Copy full SHA for 9fabcb3
pydra/engine/specs.py
@@ -51,6 +51,7 @@ class MultiOutputType:
51
ty.List[Path],
52
ty.Union[Path, bool],
53
ty.Union[ty.List[Path], bool],
54
+ ty.List[ty.List[Path]],
55
)
56
57
0 commit comments