Skip to content
Snippets Groups Projects
Commit 5e403153 authored by Henning Glawe's avatar Henning Glawe
Browse files

use fInLine/fInLineNr

parent 0ec8aef1
No related branches found
No related tags found
No related merge requests found
...@@ -241,8 +241,8 @@ class JsonParseEventsWriterBackend(object): ...@@ -241,8 +241,8 @@ class JsonParseEventsWriterBackend(object):
res = { res = {
'event': "matchTelemetry", 'event': "matchTelemetry",
'gIndex': gIndex, 'gIndex': gIndex,
'line': match_telemetry['line'], 'fInLine': match_telemetry['fInLine'],
'lineNr': match_telemetry['lineNr'], 'fInLineNr': match_telemetry['fInLineNr'],
'matcherName': match_telemetry['matcherName'], 'matcherName': match_telemetry['matcherName'],
'matchFlags': match_telemetry['matchFlags'], 'matchFlags': match_telemetry['matchFlags'],
'flatValues': match_telemetry['span_flat'], 'flatValues': match_telemetry['span_flat'],
......
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