mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor patches (drei)
This commit is contained in:
parent
b3cbb4d921
commit
c3f15ef309
3 changed files with 4 additions and 4 deletions
|
|
@ -900,7 +900,7 @@ def cmdLineParser(argv=None):
|
|||
try:
|
||||
(args, _) = parser.parse_args(argv)
|
||||
except UnicodeEncodeError as ex:
|
||||
dataToStdout("\n[!] %s\n" % ex.object.encode("unicode-escape"))
|
||||
dataToStdout("\n[!] %s\n" % getUnicode(ex.object.encode("unicode-escape")))
|
||||
raise SystemExit
|
||||
except SystemExit:
|
||||
if "-h" in argv and not advancedHelp:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue