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 eb7c794 commit 64c5779Copy full SHA for 64c5779
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