Skip to content

Bug: simpleflow standalone default '--input' adds a nilly parameter #304

Open
@jbbarth

Description

@jbbarth

The workflow "run()" method receives a "None" as first and only argument (+ self obviously) if no parameter is passed as input, resulting in exceptions like:

TypeError: run() takes exactly 1 argument (2 given)

Ideally passing no "--input" option should lead to the workflow decider class run() method receiving nothing.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions