mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user