Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2fedd3

Browse files
committed
Minor layout adjustment
1 parent f90a7cc commit e2fedd3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/core/exception.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ class sqlmapValueException(Exception):
8888

8989
def unhandledException():
9090
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
91+
errMsg += "the command line and the following text and send by e-mail "
92+
errMsg += "to [email protected]. I will fix it as soon as "
93+
errMsg += "possible:\nsqlmap version: %s\n" % VERSION
9494
errMsg += "Python version: %s\n" % sys.version.split()[0]
9595
errMsg += "Operating system: %s" % sys.platform
9696
return errMsg

0 commit comments

Comments
 (0)