Skip to content

Commit

Permalink
fixes minrk#27?
Browse files Browse the repository at this point in the history
  • Loading branch information
impact27 authored Jun 4, 2019
1 parent 088bb99 commit daa9f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wurlitzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def sys_pipes_forever(encoding=_default_encoding):
global _mighty_wurlitzer
if _mighty_wurlitzer is None:
_mighty_wurlitzer = sys_pipes(encoding)
_mighty_wurlitzer.__enter__()
_mighty_wurlitzer.__enter__()


def stop_sys_pipes():
Expand Down

0 comments on commit daa9f2e

Please sign in to comment.