Minor style update

This commit is contained in:
Miroslav Stampar 2014-05-11 17:12:15 +02:00
parent a72d73804e
commit 3a2916724c

View File

@ -571,7 +571,7 @@ def paramToDict(place, parameters=None):
warnMsg += "so sqlmap could be able to run properly" warnMsg += "so sqlmap could be able to run properly"
logger.warn(warnMsg) logger.warn(warnMsg)
message = "Are you sure you want to continue? [y/N] " message = "are you sure you want to continue? [y/N] "
test = readInput(message, default="N") test = readInput(message, default="N")
if test[0] not in ("y", "Y"): if test[0] not in ("y", "Y"):
raise SqlmapSilentQuitException raise SqlmapSilentQuitException