Minor fix

This commit is contained in:
Miroslav Stampar 2012-10-23 10:54:26 +02:00
parent 68d5faa287
commit 5ff2e33c43

View File

@ -785,6 +785,7 @@ def readInput(message, default=None, checkBatch=True):
try:
data = raw_input() or default
except:
kb.prependFlag = True
raise sqlmapUserQuitException
finally:
logging._releaseLock()