gg314
gg314
In Python 3, I was able to get things running by modifying `zip2ws.py`: 1. In `class Logger()`, added `def flush(self): pass`. 2. Removed `decode("utf-8")` 3. `reader.next()` became `next(reader)` and files...
This might be a long shot, but @aaaaahaaaaa and @rocketspacer, could you try using `workflow.parameters['message-param']` instead of `workflow.parameters.message-param`? --- edit: this issue is limited to hyphenated parameters
That's a shame. I thought I was having the same problem but switching to this syntax fixed it. There is definitely something strange about the parser...