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

Delete resource container zip file in internal directory if import fails #431

Open
KJoslyn opened this issue Mar 5, 2019 · 0 comments
Open
Labels
bug Something isn't working Resources

Comments

@KJoslyn
Copy link
Contributor

KJoslyn commented Mar 5, 2019

Currently, if import resource container fails when importing from a zip file, the zip file that was copied to the internal directory (appdata) cannot be deleted. This is because the zip file is still open in the ResourceContainer accessor. We need to modify the load function of ResourceContainer so that it closes the zip file after the load.

@KJoslyn KJoslyn added bug Something isn't working Resources labels Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Resources
Projects
None yet
Development

No branches or pull requests

1 participant