mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Fixing a display bug (cases where messages are just appended after the readInput line in batch mode) introduced with b472d9809a
This commit is contained in:
parent
0bbbfc2eac
commit
ad471368f5
|
@ -857,7 +857,7 @@ def readInput(message, default=None, checkBatch=True):
|
||||||
else:
|
else:
|
||||||
options = unicode()
|
options = unicode()
|
||||||
|
|
||||||
dataToStdout("\r%s%s" % (getUnicode(message), options), forceOutput=True, bold=True)
|
dataToStdout("\r%s%s\n" % (getUnicode(message), options), forceOutput=True, bold=True)
|
||||||
|
|
||||||
debugMsg = "used the default behaviour, running in batch mode"
|
debugMsg = "used the default behaviour, running in batch mode"
|
||||||
logger.debug(debugMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user