mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 12:44:30 +03:00
Though style is subjective it depends on a ruthless objectivity: you either have it, or you don't·
This commit is contained in:
parent
d44f303fe0
commit
a293759d8c
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ class PerDestinationQueue(object):
|
||||||
# If there is no span context then we are either blacklisting
|
# If there is no span context then we are either blacklisting
|
||||||
# this destination or we are not tracing
|
# this destination or we are not tracing
|
||||||
if not span_context == {}:
|
if not span_context == {}:
|
||||||
if not "references" in span_context:
|
if "references" not in span_context:
|
||||||
span_context["references"] = [
|
span_context["references"] = [
|
||||||
opentracing.active_span_context_as_string()
|
opentracing.active_span_context_as_string()
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue