Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Dec 10, 2024
1 parent c798269 commit 9936718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erddapy/core/url.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def get_categorize_url(
url = URL(server) / "categorize" / categorize_by

if value:
url = url / "value"
url = url / value
url = url / f"index.{response}"
return str(url)

Expand Down

0 comments on commit 9936718

Please sign in to comment.