-
Notifications
You must be signed in to change notification settings - Fork 23
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
no such file or directory when animint(out.dir="something") #85
Comments
I am not able to reproduce the issue , in my case out.dir option creates a directory for the output files if not already present (overrides the older output if present) |
I am also not able to reproduce this issue ,In my system after using out.dir option it create a directory. |
maybe the current working directory was somewhere that is not writable. in that case the error message could be improved. "No such file or directory: 'WorldBank-facets/geom1_tallrect_ts_chunk1.tsv'. Unable" could show the absolute path to WorldBank-facets dir. |
Sir is this a file in which we have to make changes (from code line 968)--> |
please avoid screenshots of code (difficult to search) and instead link and quote |
normalizePath(meta$out.dir) ? please add a test |
The above gives:
I expected this should work and create the WorldBank-facets directory, what is going on?
This should be added as a test case.
Removing out.dir from the above code does work.
The text was updated successfully, but these errors were encountered: