Closed penguinpee closed 7 months ago
In our build environment the call to fileinput.input() throws a RuntimeError("input() already active"). This solves the error without impacting functionality.
fileinput.input()
RuntimeError("input() already active")
Thanks for you contribution!
In our build environment the call to
fileinput.input()
throws aRuntimeError("input() already active")
. This solves the error without impacting functionality.