X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=python3%2Fashd%2Fasync.py;h=e30f858a3a80b8866b312c627f2a38dd425a027f;hp=4247bd6e6f47ed4486b4a3c895ba2e7d0aae69d6;hb=8963785b76b15436bbbf06a26fc1c560ee57496e;hpb=be6ec4ec06b2f394a58aa652a22a300fae371994 diff --git a/python3/ashd/async.py b/python3/ashd/async.py index 4247bd6..e30f858 100644 --- a/python3/ashd/async.py +++ b/python3/ashd/async.py @@ -26,7 +26,7 @@ class epoller(object): def exception(self, ch, *exc): self.remove(ch) if self.exc_handler is None: - traceback.print_exception(exc) + traceback.print_exception(*exc) else: self.exc_handler(ch, *exc)