mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Cosmetics
This commit is contained in:
parent
e27afef6be
commit
c3b54cc222
5 changed files with 10 additions and 10 deletions
|
|
@ -82,7 +82,7 @@ from lib.core.settings import DUMP_DEL_MARKER
|
|||
from lib.core.settings import DUMP_TAB_MARKER
|
||||
from lib.core.settings import DUMP_START_MARKER
|
||||
from lib.core.settings import DUMP_STOP_MARKER
|
||||
from lib.core.settings import LIST_EMAIL
|
||||
from lib.core.settings import ML
|
||||
from lib.core.settings import MIN_TIME_RESPONSES
|
||||
from lib.core.settings import PAYLOAD_DELIMITER
|
||||
from lib.core.settings import REFLECTED_NON_ALPHA_NUM_REGEX
|
||||
|
|
@ -2334,7 +2334,7 @@ def unhandledExceptionMessage():
|
|||
errMsg = "unhandled exception in %s, retry your " % VERSION_STRING
|
||||
errMsg += "run with the latest development version from the Subversion "
|
||||
errMsg += "repository. If the exception persists, please send by e-mail "
|
||||
errMsg += "to %s the following text " % LIST_EMAIL
|
||||
errMsg += "to %s the following text " % ML
|
||||
errMsg += "and any information required to reproduce the bug. The "
|
||||
errMsg += "developers will try to reproduce the bug, fix it accordingly "
|
||||
errMsg += "and get back to you.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue