mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Fix case where event has no parameters (#946)
This commit is contained in:
@@ -1735,7 +1735,7 @@ def showReport():
|
||||
else:
|
||||
purge_parameters = False
|
||||
if purge_parameters:
|
||||
event.pop('parameters')
|
||||
event.pop('parameters', None)
|
||||
row = flatten_json(event)
|
||||
row.update(activity_row)
|
||||
for item in row:
|
||||
|
||||
Reference in New Issue
Block a user