mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor layout adjustment
This commit is contained in:
parent
f90a7cce28
commit
e2fedd3b46
|
@ -88,9 +88,9 @@ class sqlmapValueException(Exception):
|
||||||
|
|
||||||
def unhandledException():
|
def unhandledException():
|
||||||
errMsg = "unhandled exception in %s, please copy " % VERSION_STRING
|
errMsg = "unhandled exception in %s, please copy " % VERSION_STRING
|
||||||
errMsg += "the command line and the following text and send us "
|
errMsg += "the command line and the following text and send by e-mail "
|
||||||
errMsg += "by email. We will fix it as soon as possible:\n"
|
errMsg += "to bernardo.damele@gmail.com. I will fix it as soon as "
|
||||||
errMsg += "sqlmap version: %s\n" % VERSION
|
errMsg += "possible:\nsqlmap version: %s\n" % VERSION
|
||||||
errMsg += "Python version: %s\n" % sys.version.split()[0]
|
errMsg += "Python version: %s\n" % sys.version.split()[0]
|
||||||
errMsg += "Operating system: %s" % sys.platform
|
errMsg += "Operating system: %s" % sys.platform
|
||||||
return errMsg
|
return errMsg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user