Skip to content

Commit

Permalink
Temporarily hard-code the dev validator
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jul 10, 2024
1 parent 7bb49b8 commit a5d8475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ome_zarr/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def translate_path(self, path: str) -> str:

# open ome-ngff-validator in a web browser...
url = (
f"https://ome.github.io/ome-ngff-validator/"
f"https://deploy-preview-36--ome-ngff-validator.netlify.app/"
f"?source=http://localhost:{port}/{image_name}"
)
webbrowser.open(url)
Expand Down

0 comments on commit a5d8475

Please sign in to comment.