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

Handle file paths in a better way #28

Open
shape-warrior-t opened this issue Dec 11, 2023 · 0 comments
Open

Handle file paths in a better way #28

shape-warrior-t opened this issue Dec 11, 2023 · 0 comments
Labels
robustness Pertains to ways the application can be made less fragile.

Comments

@shape-warrior-t
Copy link
Contributor

Currently, the files astra.db and logo.png are referred to in a way such that the specific files being referred to depends on the directory in which the code is run. For example, running astra/data/data_manager.py in the Python console creates an astra.db file under astra/data. It would probably be a good idea to change the code so that the file location being pointed to is independent of where and how the code for a module is executed -- although this might require some manipulation of paths.

@shape-warrior-t shape-warrior-t added the robustness Pertains to ways the application can be made less fragile. label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
robustness Pertains to ways the application can be made less fragile.
Projects
None yet
Development

No branches or pull requests

1 participant