Skip to content
Snippets Groups Projects
Commit 2798e009 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Add dictionary key. (Redmine issue: #6227)

parent 010df09c
No related branches found
No related tags found
No related merge requests found
......@@ -239,6 +239,7 @@ class EventReporter(BaseReporter):
group_chain = groups[0]
if group_chain not in result:
result[str(group_chain)] = {}
result[str(group_chain)]['evcount_all'] = 0
result[str(group_chain)]['evcount_rlp'] = len(events_rel[groups])
result[str(group_chain)]['evcount_all'] += result[str(group_chain)]['evcount_rlp']
if groups not in events:
......
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