Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant authored and frafra committed Jul 22, 2024
1 parent d3ba4c9 commit 41edcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coat2pycsw.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():

# https://github.com/geopython/pygeometa/blob/0.13.1/pygeometa/schemas/iso19139/main.j2
for dataset in get_datasets(COAT_URL):
dataset_url = urljoin(COAT_PUBLIC_URL, "dataset/" + dataset["name"] + "/")
dataset_url = urljoin(COAT_PUBLIC_URL, "dataset/" + dataset["name"])
dataset_metadata = {
"mcf": {"version": 1.0},
"metadata": {
Expand Down

0 comments on commit 41edcd5

Please sign in to comment.