From 6125730a40c017185f2e8bce8aa9bd1784cc45d3 Mon Sep 17 00:00:00 2001 From: Austin Appleby Date: Thu, 7 Mar 2024 14:54:18 -0800 Subject: [PATCH] last lint hopefully --- hancho.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hancho.py b/hancho.py index ab081af..77885e1 100755 --- a/hancho.py +++ b/hancho.py @@ -495,7 +495,7 @@ async def async_call(self): except Exception as err: # pylint: disable=broad-except if not self.quiet: log(color(255, 128, 128)) - traceback.print_exception(err) + traceback.print_exception(*sys.exc_info()) log(color()) this.tasks_fail += 1 return Cancel()