Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard cleanup #55

Open
mnlevy1981 opened this issue Aug 10, 2021 · 0 comments
Open

Dashboard cleanup #55

mnlevy1981 opened this issue Aug 10, 2021 · 0 comments

Comments

@mnlevy1981
Copy link
Contributor

The dashboard doesn't work on glade systems because the absolute path to png_catalog.csv is set as f"{path}png_catalog.csv" and path does not contain a trailing / for glade. We should use os.path.join() for file paths and f"{path}/png_catalog.csv" for URLs (we don't want Windows users to try to find https://webext.cgd.ucar.edu/g.e22.G1850ECO_JRA_HR.TL319_t13.004\png_catalog.csv)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant