Skip to content

Commit

Permalink
Merge pull request #87 from DavidGhedini/patch-2
Browse files Browse the repository at this point in the history
Update capabilities_reader.py
  • Loading branch information
manisandro authored Jan 29, 2025
2 parents 646e49e + 26f0ef7 commit 567be04
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 567be04

Please sign in to comment.