mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Appease pyflakes
This commit is contained in:
parent
0eb7e6b9a8
commit
05a056a409
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user