[V3 Dev] Fix REPL output (#1170)

This commit is contained in:
Will 2017-12-12 22:30:13 -05:00 committed by Tobotimus
parent 4f0043b805
commit b34a58e521

View File

@ -253,7 +253,7 @@ class Dev:
stdout = io.StringIO()
msg = None
msg = ""
try:
with redirect_stdout(stdout):