We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03c6ce commit 0fc30f4Copy full SHA for 0fc30f4
python-logging/logging_stack_traces.py
@@ -13,5 +13,5 @@
13
guests = 0
14
try:
15
donuts_per_guest = donuts / guests
16
-except ZeroDivisionError as e:
+except ZeroDivisionError as _:
17
logging.error("DonutCalculationError", exc_info=True)
0 commit comments