Consistency patch

This commit is contained in:
Miroslav Stampar 2016-01-14 12:14:00 +01:00
parent 4c1fc095d8
commit c78a9cd156

View File

@ -916,8 +916,7 @@ def readInput(message, default=None, checkBatch=True):
retVal = "%s,%s" % (retVal, getUnicode(item, UNICODE_ENCODING))
if retVal:
infoMsg = "%s%s" % (message, retVal)
logger.info(infoMsg)
dataToStdout("\r%s%s\n" % (message, retVal), forceOutput=True, bold=True)
debugMsg = "used the given answer"
logger.debug(debugMsg)