Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 20, 2023
1 parent 7ef6418 commit 01509ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geoengine_swisstopo/geo_view/geo_raster_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def _get_capabilities(self):
record.capabilities = response.text

Check warning on line 54 in geoengine_swisstopo/geo_view/geo_raster_layer.py

View check run for this annotation

Codecov / codecov/patch

geoengine_swisstopo/geo_view/geo_raster_layer.py#L54

Added line #L54 was not covered by tests
else:
_LOGGER.error(

Check warning on line 56 in geoengine_swisstopo/geo_view/geo_raster_layer.py

View check run for this annotation

Codecov / codecov/patch

geoengine_swisstopo/geo_view/geo_raster_layer.py#L56

Added line #L56 was not covered by tests
"Swisstopo WMTS Capabilities request (%s)\nfailed with status code %s:\n%s",
"Swisstopo WMTS Capabilities request (%s)\n"
"failed with status code %s:\n%s",
url,
response.status_code,
response.text,
Expand Down

0 comments on commit 01509ff

Please sign in to comment.