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

Skip to content

Commit 4fb6dab

Browse files
committed
minor bug fix
1 parent 9a1ac96 commit 4fb6dab

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
@@ -940,7 +940,7 @@ def readInput(message, default=None, checkBatch=True):
940940
data = default
941941
else:
942942
logging._acquireLock()
943-
dataToStdout(message)
943+
dataToStdout(message, True)
944944
data = raw_input()
945945
#data = raw_input(message.encode(sys.stdout.encoding or UNICODE_ENCODING))
946946
logging._releaseLock()

0 commit comments

Comments
 (0)