noxdafox / pebble

Multi threading and processing eye-candy.
GNU Lesser General Public License v3.0
536 stars 52 forks source link

Fix RuntimeError #130

Closed penguinpee closed 7 months ago

penguinpee commented 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.

noxdafox commented 7 months ago

Thanks for you contribution!