Skip to content

Commit 2f40178

Browse files
authored
Merge pull request #1553 from zooba/issue-1070
Fixes #1070 Cannot debug script that uses colorama
2 parents 99a098f + 0c9a8ef commit 2f40178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/Product/PythonTools/visualstudio_py_repl.py

+1
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ def check_for_exit_execution_loop(self):
11691169
class _ReplOutput(object):
11701170
"""file like object which redirects output to the repl window."""
11711171
errors = None
1172+
closed = False
11721173

11731174
def __init__(self, backend, is_stdout, old_out = None):
11741175
self.name = "<stdout>" if is_stdout else "<stderr>"

0 commit comments

Comments
 (0)