Skip to content

Commit

Permalink
Update capabilities_reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGhedini authored Jan 29, 2025
1 parent 646e49e commit 26f0ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_generator/capabilities_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def read_wms_service_capabilities(self, url, service_name, item):
os.makedirs(os.path.dirname(cache_file), exist_ok=True)
with open(cache_file, "w") as fh:
fh.write(document.decode('utf-8'))
except Exception as e
except Exception as e:
self.logger.debug("Failed to store WMS GetProjectSettings for %s in cache: %s" % (full_url, str(e)))

# parse WMS GetProjectSettings XML
Expand Down

0 comments on commit 26f0ef7

Please # to comment.