Skip to content

Commit 986d539

Browse files
committed
small fix
1 parent fbc8c49 commit 986d539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydra/engine/task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ def __init__(
809809
name="Inputs", fields=[], bases=(SingularitySpec,)
810810
)
811811
super().__init__(
812+
name=name,
812813
input_spec=input_spec,
813814
output_spec=output_spec,
814815
audit_flags=audit_flags,

0 commit comments

Comments
 (0)