We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6945a0a commit f272517Copy full SHA for f272517
1 file changed
thirdparty/ansistrm/ansistrm.py
@@ -62,6 +62,8 @@ def emit(self, record):
62
self.flush()
63
except (KeyboardInterrupt, SystemExit):
64
raise
65
+ except IOError:
66
+ pass
67
except:
68
self.handleError(record)
69
0 commit comments