inveniosoftware / inveniosoftware/invenio-cli
Provide both args and kwargs for FunctionStep.
Open
bug
- Dominant language
- Python
- Stars
- 14
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
The class FunctionStep is currently initialized using ```args``` but then it's unpacking them as kwargs in the function call.
This behavior needs to change to allow passing both args and kwargs accordingly.
Contributor guide
Assessment
This issue has not been assessed yet.