mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Patches #3884
This commit is contained in:
parent
5f411f73e7
commit
65b0dbd4c4
2 changed files with 3 additions and 1 deletions
2
thirdparty/colorama/ansitowin32.py
vendored
2
thirdparty/colorama/ansitowin32.py
vendored
|
|
@ -184,6 +184,8 @@ class AnsiToWin32(object):
|
|||
if not (err.errno == 0 and retry > 0):
|
||||
raise
|
||||
self._write(text, retry-1)
|
||||
except UnicodeError:
|
||||
self.wrapped.write('?')
|
||||
|
||||
def convert_ansi(self, paramstring, command):
|
||||
if self.convert:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue