Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 11, 2024
1 parent 6374273 commit d9202cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddlpy/ddlpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def catalog(catalog_filter=None):
request = endpoint["request"]
else:
assert isinstance(catalog_filter, list)
# TODO: incorrect filter keys results in empty catalog instead of proper error
# https://github.com/Rijkswaterstaat/wm-ws-dl/issues/44
request = {"CatalogusFilter": {x:True for x in catalog_filter}}

result = _send_post_request(endpoint["url"], request, timeout=None)
Expand Down

0 comments on commit d9202cc

Please sign in to comment.