Skip to content
Snippets Groups Projects
Verified Commit 4c89f785 authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

corrected type in error message

parent 9abe4fad
No related branches found
No related tags found
1 merge request!1Update Formats, Dependencies, and Dockerfile Configuration
......@@ -21,7 +21,7 @@ def _is_capabilites_response(resource, file):
return True
else:
resource["error"] = (
"Root element is not {http://www.opengis.net/wmts/1.0}WMS_Capabilities"
"Root element is not {http://www.opengis.net/wms}WMS_Capabilities"
)
return False
except Exception as e:
......
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