fix: improve workflow as code python client

This commit is contained in:
Ruben Fiszel
2024-03-05 19:16:10 +01:00
parent 84012ae4cf
commit d30cd3a4ba

View File

@@ -911,7 +911,7 @@ def task(*args, **kwargs):
for i, arg in enumerate(args):
if i < len(params):
p = params[i]
key = p[0]
key = p
if key not in kwargs:
json[key] = arg