-
Notifications
You must be signed in to change notification settings - Fork 203
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
Fixes #1586 - Adds a data/ path logic to the code. #1725
Conversation
- Adds a data path - Makes sure it exists - Adjusts the code to this data path.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Minor comment nit, but ready to pull in after tweaking that -- thanks!
.gitignore
Outdated
# backup folder contains the issues.db backup file with issues dump | ||
# for the previous versions | ||
backups/*.db | ||
# data folder contains everything we are not interested |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
- Adds a data path - Makes sure it exists - Adjusts the code to this data path.
Thanks! |
The data/ is meant to be ignored per #1586.
I modified the code to make sure that the db could live in the new directory.
@miketaylr r?