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(index_utils): #143 Windows 10 compatibility #144

Closed
wants to merge 2 commits into from

Conversation

ezalos
Copy link

@ezalos ezalos commented Dec 5, 2022

Fix for issue #143

NamedTemporaryFile should not delete the file as described in this StackOverflow: https://stackoverflow.com/questions/23212435/permission-denied-to-write-to-my-temporary-file

This fix solves a Windows 10 compatibility issue.

Fix for issue criteo#143

NamedTemporaryFile should not delete the file as described in this StackOverflow: 
https://stackoverflow.com/questions/23212435/permission-denied-to-write-to-my-temporary-file

This fix solves a Windows 10 compatibility issue.
@rom1504
Copy link
Contributor

rom1504 commented Dec 5, 2022

This may use a large amount of temporary space over time.
Is it a good fix?

@rom1504
Copy link
Contributor

rom1504 commented Jan 13, 2024

Going with #179

@rom1504 rom1504 closed this Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants