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

Skip to content

Commit 13f76cf

Browse files
committed
Adjusted unhandled exception error message
1 parent e1385eb commit 13f76cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/exception.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ class sqlmapValueException(Exception):
8989
def unhandledException():
9090
errMsg = "unhandled exception in %s, please copy " % VERSION_STRING
9191
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
92+
errMsg += "to [email protected]. The developers will "
93+
errMsg += "fix it as soon as 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)