-
Notifications
You must be signed in to change notification settings - Fork 555
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
fix: temporary files not being deleted #969
Conversation
we try to remove os package and handle things with abstract layer can you find why abstract layer not working? |
The reason is the |
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.
As I said in #966, this should be in in order to fix the problem. i don't think we need any more changes for now in order to work with ephemeral files.
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.
it is good to have an issue or something in road map to review all the abstraction layer to fix in that level later. @Oppen can you review that when ever you have free time?
any way thanks for investigation and PR.
as i see windows test pass for now so no problem in my side
Sure!
|
Fixes a path mismatch between a temporary file and its removal.
It also fixes a second removal of the file.
Should fix #966