Fixing client syserr asking for flush
This commit is contained in:
@@ -18,11 +18,17 @@ class TraceFile:
|
||||
def write(self, msg):
|
||||
dbg.Trace(msg)
|
||||
|
||||
def flush(self):
|
||||
pass
|
||||
|
||||
class TraceErrorFile:
|
||||
def write(self, msg):
|
||||
dbg.TraceError(msg)
|
||||
dbg.RegisterExceptionString(msg)
|
||||
|
||||
def flush(self):
|
||||
pass
|
||||
|
||||
class LogBoxFile:
|
||||
def __init__(self):
|
||||
self.stderrSave = sys.stderr
|
||||
|
||||
Reference in New Issue
Block a user