Skip to content

Commit

Permalink
Update path.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Morrison committed Nov 6, 2024
1 parent 35a4db7 commit ed28f91
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 @@ -706,7 +706,7 @@ def full(self, filetype, **kwargs):
if not skip_tag_check:
template = re.sub(r'tags/(v?[0-9._]+)', r'\1', template, count=1)

return self._check_compression(template)
return self._check_compression(os.path.normpath(template))

@staticmethod
def check_modules(template, permanent=None):
Expand Down

0 comments on commit ed28f91

Please sign in to comment.