Let the gc close the file
This commit is contained in:
parent
f857330f47
commit
04492a3262
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ archive_cache = {}
|
|||
|
||||
def closeArchive(archive_path):
|
||||
if archive_path in archive_cache:
|
||||
archive_cache[archive_path].close()
|
||||
del archive_cache[archive_path]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue