Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fae0896

Browse files
committed
minor fix
1 parent 9202fed commit fae0896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def readInput(message, default=None):
754754
else:
755755
options = unicode()
756756

757-
infoMsg = "%s%s" % (message, options)
757+
infoMsg = "%s%s" % (getUnicode(message), options)
758758
logger.info(infoMsg)
759759

760760
debugMsg = "used the default behaviour, running in batch mode"

0 commit comments

Comments
 (0)