Skip to content

Commit

Permalink
last lint hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Mar 7, 2024
1 parent a87f55d commit 6125730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hancho.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6125730

Please sign in to comment.