Commit 01c28831 authored by Jeremy Hylton's avatar Jeremy Hylton

Fix number of arguments passed to handleError().

caught by pychecker
parent c42795b3
......@@ -66,7 +66,7 @@ class StartupHandler(Handler):
self.stream.write("%s\n" % msg)
self.flush()
except:
self.handleError()
self.handleError(record)
def flush(self):
self.stream.flush()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment