This commit is contained in:
Miroslav Stampar
2024-11-15 17:46:24 +01:00
parent 8fc166197d
commit 87cd5906f9
3 changed files with 4 additions and 4 deletions

View File

@@ -435,7 +435,7 @@ def _setStdinPipeTargets():
def next(self):
try:
line = next(conf.stdinPipe)
except (IOError, OSError, TypeError):
except (IOError, OSError, TypeError, UnicodeDecodeError):
line = None
if line: