Skip to content

Commit 6ab5a95

Browse files
committed
fix timeline position
1 parent 1e6b29b commit 6ab5a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template_profiler_panel/panels/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def _calc_timeline(self, start, end, processing_timeline):
214214
if 'node' in time_item:
215215
position = time_item['node'].token.position
216216
else:
217-
False
217+
position = False
218218
level = time_item['level'] if 'level' in time_item else 0
219219
if level > max_level:
220220
max_level = level

0 commit comments

Comments
 (0)