Skip to content

Commit

Permalink
noooope
Browse files Browse the repository at this point in the history
  • Loading branch information
aappleby committed Mar 7, 2024
1 parent 6125730 commit f0d7649
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 @@ -492,7 +492,7 @@ async def async_call(self):

# If this task failed, we print the error and propagate a Cancel
# exception to downstream tasks.
except Exception as err: # pylint: disable=broad-except
except Exception: # pylint: disable=broad-except
if not self.quiet:
log(color(255, 128, 128))
traceback.print_exception(*sys.exc_info())
Expand Down

0 comments on commit f0d7649

Please sign in to comment.