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 f90a7cc commit e2fedd3Copy full SHA for e2fedd3
1 file changed
lib/core/exception.py
@@ -88,9 +88,9 @@ class sqlmapValueException(Exception):
88
89
def unhandledException():
90
errMsg = "unhandled exception in %s, please copy " % VERSION_STRING
91
- errMsg += "the command line and the following text and send us "
92
- errMsg += "by email. We will fix it as soon as possible:\n"
93
- errMsg += "sqlmap version: %s\n" % VERSION
+ errMsg += "the command line and the following text and send by e-mail "
+ errMsg += "to [email protected]. I will fix it as soon as "
+ errMsg += "possible:\nsqlmap version: %s\n" % VERSION
94
errMsg += "Python version: %s\n" % sys.version.split()[0]
95
errMsg += "Operating system: %s" % sys.platform
96
return errMsg
0 commit comments