Skip to content

Commit

Permalink
Merge pull request #1553 from zooba/issue-1070
Browse files Browse the repository at this point in the history
Fixes #1070 Cannot debug script that uses colorama
  • Loading branch information
zooba committed Aug 23, 2016
2 parents 99a098f + 0c9a8ef commit 2f40178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Python/Product/PythonTools/visualstudio_py_repl.py
Expand Up @@ -1169,6 +1169,7 @@ def check_for_exit_execution_loop(self):
class _ReplOutput(object):
"""file like object which redirects output to the repl window."""
errors = None
closed = False

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

0 comments on commit 2f40178

Please sign in to comment.