-
Notifications
You must be signed in to change notification settings - Fork 22
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: use workdir for temp bkp file #511
Conversation
@im-adithya what tests did you do for this?
what was the issue? |
I was referring to the screenshot you posted in #391
But it is an old version so i think this fix should solve the problem |
@im-adithya can you re-review your code and test it again |
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.
tACK (Linux)
Fixes #391
I failed to see the "failed to create decrypted reader" error as shown in the issue comment, but it should be good as I tested it twice (and saw only the below issue)
This PR solves the issue which gives the "failed to create temporary output file: operation not permitted" error because the directory being used is outside the permitted directory
Tests