Skip to content

Commit

Permalink
added in missing return wf to all_parcs
Browse files Browse the repository at this point in the history
  • Loading branch information
adsouza committed Nov 17, 2024
1 parent 1593a5e commit 79ded64
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,8 @@ def all_parcs(
cache_dir=cache_dir,
)

return wf


def collate_parcs(out_dir: Path = None, **parcs: "Mif") -> "DirectoryOf[Mif]": # type: ignore[type-arg]
if out_dir is None:
Expand Down

0 comments on commit 79ded64

Please sign in to comment.