Skip to content
Snippets Groups Projects
Commit 05a056a4 authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

Appease pyflakes

parent 0eb7e6b9
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ def render_all():
for name in sorted(all_metrics.keys()):
try:
strs += all_metrics[name].render()
except Exception as e:
except Exception:
strs += ["# FAILED to render %s" % name]
logger.exception("Failed to render %s metric", name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment