You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: