Closed fitnr closed 4 years ago
This fixes a bug in the Python script where sys.stdin was passed to open(), which expects a file name.
sys.stdin
open()
This fixes a bug in the Python script where
sys.stdin
was passed toopen()
, which expects a file name.