Skip to content
Snippets Groups Projects
Commit 980e8d14 authored by Hock, Martin's avatar Hock, Martin
Browse files

Fix return argument in KPIEncode from splitting commits

parent 67328284
No related branches found
No related tags found
No related merge requests found
......@@ -254,3 +254,4 @@ class KPIEncoder(json.JSONEncoder):
return "kpi-" + str(o)
if isinstance(o, (AggregationLayer)):
return "kpi-" + o.properties.label
return super().default(o)
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