EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit e155a593 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

fix tuple still generated in report post_handler

parent d83997a5
No related branches found
No related tags found
No related merge requests found
Pipeline #19450 passed
......@@ -47,12 +47,12 @@ class ReportingPostHandler:
item.id,
[i for i in list(item.assets.keys()) if i != "gsc_metadata"][0],
)
),
)
wms_capabilities_url = escape(
'%s/ows?service=wms&request=GetCapabilities&cql=identifier="%s"'
% (self.service_url, item.id)
),
)
with open(filename, "w") as f:
f.write(
......
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