-
Notifications
You must be signed in to change notification settings - Fork 1
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
remote_dl requires /tmp directory #13
Comments
Should be enough to change the function from:
to:
This way there is an option to change directory of the temp folder for users that wants to write to specific place |
Can make a pull request if this is seen as the way forward |
|
But to be honest, saving a temporary file seems just a waste of time? Perhaps change
to
(though if I remember correctly reading directly from url:s sometimes fails on Macs?) |
short note: about |
I guess the question is whether the purpose of the package is to distribute the data or serve the app. The app is fun to play with, but it is not a very useful tool for accessing the database. |
We should probably clarify the structure of the code as well as the readme. In my eyes there are three parts:
|
remote_dl
called byupdate_data
tries to save a temporary file to/tmp
. This will throw an error if the directory does not exist (e.g. on a Windows system unless you create it manually).The text was updated successfully, but these errors were encountered: