Skip to content

Commit d52c96a

Browse files
taloricsharang
authored andcommitted
fix typo missing
1 parent 3ecf75f commit d52c96a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/app/application/l7_flow_tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,7 @@ def sort_by_x_request_id(traces: list):
23552355
_set_parent(child, parent_trace,
23562356
"trace mounted due to x_request_id")
23572357
elif len(parent_traces) == 1:
2358-
_set_parent(child, parent_trace[0],
2358+
_set_parent(child, parent_traces[0],
23592359
"trace mounted due to x_request_id")
23602360
else:
23612361
# continue outer loop

0 commit comments

Comments
 (0)