Debug print no longer re-routes stdout

This commit is contained in:
MikeTheWatchGuy 2018-12-16 11:02:56 -05:00
parent 84c817959d
commit 4ca94deea7
1 changed files with 1 additions and 1 deletions

View File

@ -5854,7 +5854,7 @@ def PrintClose():
def EasyPrint(*args, size=(None, None), end=None, sep=None, location=(None, None), font=None, no_titlebar=False,
no_button=False, grab_anywhere=False, keep_on_top=False, do_not_reroute_stdout=False):
no_button=False, grab_anywhere=False, keep_on_top=False, do_not_reroute_stdout=True):
if DebugWin.debug_window is None: