Skip to content

Commit 9fabcb3

Browse files
committed
added list of list of Paths to accepted output template types
1 parent b67c725 commit 9fabcb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydra/engine/specs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class MultiOutputType:
5151
ty.List[Path],
5252
ty.Union[Path, bool],
5353
ty.Union[ty.List[Path], bool],
54+
ty.List[ty.List[Path]],
5455
)
5556

5657

0 commit comments

Comments
 (0)