From e2fedd3b46ed3c890239abce5755a35840f5e58c Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Thu, 16 Oct 2008 16:39:24 +0000 Subject: [PATCH] Minor layout adjustment --- lib/core/exception.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/core/exception.py b/lib/core/exception.py index 566e7abc0..cb9d121fe 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -88,9 +88,9 @@ class sqlmapValueException(Exception): def unhandledException(): errMsg = "unhandled exception in %s, please copy " % VERSION_STRING - errMsg += "the command line and the following text and send us " - errMsg += "by email. We will fix it as soon as possible:\n" - errMsg += "sqlmap version: %s\n" % VERSION + errMsg += "the command line and the following text and send by e-mail " + errMsg += "to bernardo.damele@gmail.com. I will fix it as soon as " + errMsg += "possible:\nsqlmap version: %s\n" % VERSION errMsg += "Python version: %s\n" % sys.version.split()[0] errMsg += "Operating system: %s" % sys.platform return errMsg