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

add one leftover from telemetry-via-match_info change

parent 83b8573a
Branches
Tags
No related merge requests found
......@@ -131,7 +131,7 @@ class Annotator(object):
elif minfo['match']:
highlighted = self.matchHighlighter.highlight_minfo(minfo)
else:
highlighted = line
highlighted = minfo['line']
# shorted matcher- and source file names
name = minfo['name'][-self._formatNameWidth:]
defFile = minfo['defFile'][-self._formatSourceWidth:]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment