Show More
@@ -152,7 +152,10 b' class OutStream(object):' | |||||
152 | self._pipe_uuid, |
|
152 | self._pipe_uuid, | |
153 | string.encode(self.encoding, 'replace'), |
|
153 | string.encode(self.encoding, 'replace'), | |
154 | ], copy=False, track=True) |
|
154 | ], copy=False, track=True) | |
|
155 | try: | |||
155 | tracker.wait(1) |
|
156 | tracker.wait(1) | |
|
157 | except: | |||
|
158 | pass | |||
156 |
|
159 | |||
157 | def isatty(self): |
|
160 | def isatty(self): | |
158 | return False |
|
161 | return False |
General Comments 0
You need to be logged in to leave comments.
Login now