Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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