mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
use zip64
This commit is contained in:
parent
250a5021e0
commit
53ddc92325
@ -85,7 +85,7 @@ class ZipFileSystem(Vfs):
|
||||
|
||||
def __init__(self,rootString,mode):
|
||||
self.root_path = ""
|
||||
self.zip = zipfile.ZipFile(rootString,mode=mode)
|
||||
self.zip = zipfile.ZipFile(rootString,mode=mode,allowZip64=True)
|
||||
|
||||
def listdir(self,directory):
|
||||
return [[],[]]
|
||||
|
Loading…
Reference in New Issue
Block a user