Closed jylitalo closed 8 months ago
test.py broke, when PR #109 was merged, because original PR assumed that we have global args variable. I've simply added plain attribute to function calls, where we need args.plainand made test.py to reflect these changes.
args
plain
args.plain
test.py broke, when PR #109 was merged, because original PR assumed that we have global
args
variable. I've simply addedplain
attribute to function calls, where we needargs.plain
and made test.py to reflect these changes.