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
The ResourceWarning most likely comes from zipfile.ZipFile, when you're closing a zip archive before all of the files within the archive have been closed?
When running a unittest on a piece of code that uses libCharon we get:
.../Charon/VirtualFile.py:50: ResourceWarning: unclosed file
Reason for this is that the testrunner run python with -W. I think the warning is invalid. Is there a way to prevent this warning?
The text was updated successfully, but these errors were encountered: