mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +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:
|
||||
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"
|
||||
logger.debug(debugMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user