simpleflow icon indicating copy to clipboard operation
simpleflow copied to clipboard

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

Open jbbarth opened this issue 8 years ago • 0 comments

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.

jbbarth avatar Oct 06 '17 10:10 jbbarth