Skip to content

Commit 5852e97

Browse files
committed
made all args to task call kwds
1 parent d63422c commit 5852e97

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
@@ -178,6 +178,7 @@ class TaskDef(ty.Generic[OutputsType]):
178178

179179
def __call__(
180180
self,
181+
/,
181182
cache_dir: os.PathLike | None = None,
182183
worker: "str | ty.Type[Worker] | Worker" = "debug",
183184
environment: "Environment | None" = None,

0 commit comments

Comments
 (0)