Skip to content
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 Renaming Temporary Files #78

Merged
merged 1 commit into from Oct 2, 2021

Conversation

lkiesow
Copy link
Contributor

@lkiesow lkiesow commented Oct 2, 2021

This patch fixes the renaming of temporary files on Windows which fails
with the error that a process still has an open file handler on these
files. The process is sentinal5dl itself which did not close the file
yet.

This fixes #70
This fixes #71

This patch fixes the renaming of temporary files on Windows which fails
with the error that a process still has an open file handler on these
files. The process is sentinal5dl itself which did not close the file
yet.

This fixes emissions-api#70
This fixes emissions-api#71
@lkiesow lkiesow added the bug Something isn't working label Oct 2, 2021
@lkiesow lkiesow merged commit 0777217 into emissions-api:master Oct 2, 2021
lkiesow added a commit that referenced this pull request Oct 2, 2021
List of important changes. For a comprehensive list, take a look at the commit history.

- [Additional Executable Tests
  ](#62)
- [Introduce Bandit Security Linter
  ](#65)
- [Fix return values from retried HTTP requests
  ](#76)
- [Fix some error messages
  ](#77)
- [Fix renaming temporary files causing errors on Windows
  ](#78)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

download via windows? downloaded file rename error
1 participant