Skip to content

Commit

Permalink
fix Path->str
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed May 21, 2024
1 parent 6ff272b commit c7e0836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compliance_checker/protocols/zarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@


def is_zarr(url):
""" """
"""Check if a URL is a zarr dataset."""
url = str(url)

if netcdf.is_netcdf(url):
return False
Expand Down

0 comments on commit c7e0836

Please sign in to comment.