1
0

Bind exception to name

This commit is contained in:
Jorik Schellekens
2019-08-05 16:11:54 +01:00
parent a68119e676
commit eee4eff050
+1 -1
View File
@@ -654,7 +654,7 @@ class DeviceListUpdater(object):
opentracing.log_kv({"reason": "FederationDeniedError"})
logger.info(e)
return
except Exception:
except Exception as e:
# TODO: Remember that we are now out of sync and try again
# later
opentracing.set_tag("error", True)