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

Don't depend on the current working directory #474

Open
qstokkink opened this issue Oct 27, 2020 · 0 comments
Open

Don't depend on the current working directory #474

qstokkink opened this issue Oct 27, 2020 · 0 comments

Comments

@qstokkink
Copy link
Contributor

Extracted from #473

The current working directory is mutable during execution on Python code. Even though it works, this is very fragile design. There should be no need to ever depend on the cwd, given all the folders Gumby uses are in the os.environ.

We should go over all StatisticsParser subclasses to make sure they point to the stable directories of os.environ.

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

No branches or pull requests

1 participant