Skip to content

Commit

Permalink
explicit lower
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Dec 10, 2024
1 parent 1c944c4 commit 7930e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdss_access/path/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def check_public_release(release: str = None, public: bool = False) -> bool:
# get the release date from the tree
if release and release != tree.release:
# grab the release date from a new tree
t = Tree(release)
t = Tree(release.lower())
release_date = getattr(t, 'release_date', None)
else:
# use the release from global tree
Expand Down

0 comments on commit 7930e3b

Please sign in to comment.