mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
Dealing with broken pipe (not filling terminal with traceback in that case)
This commit is contained in:
2
thirdparty/ansistrm/ansistrm.py
vendored
2
thirdparty/ansistrm/ansistrm.py
vendored
@@ -62,6 +62,8 @@ class ColorizingStreamHandler(logging.StreamHandler):
|
||||
self.flush()
|
||||
except (KeyboardInterrupt, SystemExit):
|
||||
raise
|
||||
except IOError:
|
||||
pass
|
||||
except:
|
||||
self.handleError(record)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user