You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kurtosis run --args-file params.yml --main-file sub.star .
The command fails with:
There was an error interpreting Starlark code
Evaluation error: function run got an unexpected keyword argument "arg1"
at [github.com/0xPolygon/kurtosis-cdk/zkevm_permissionless_node.star:8:28]: run
Desired behavior
The command doesn't fail. This way you can use one args file to provide values for multiple Starlark scripts.
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
Other: anything not covered by the above
The text was updated successfully, but these errors were encountered:
What's your CLI version?
0.88.18
Description & steps to reproduce
Context: 0xPolygon/kurtosis-cdk#79 (comment)
params.yml
:sub.star
:The command fails with:
Desired behavior
The command doesn't fail. This way you can use one args file to provide values for multiple Starlark scripts.
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
Other: anything not covered by the above
The text was updated successfully, but these errors were encountered: