-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
ENOENT errors from non-existent directories #193
Comments
I believe a similar issue was already reported at some point. All the file system operations are behind try/catch, so they do not interfere with the correct operation. |
I'm not sure why it's even trying to remove |
I believe it's due to the clean-up step attempting to explicitly clean-up the Lines 42 to 50 in 9bdad04
@Swatinem I had a look at the links you provided in the comments and none of the projects use |
I've recently been seeing some errors from using rust-cache (in Askama):
This should be a bog-standard setup:
The text was updated successfully, but these errors were encountered: