mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-01-24 13:15:38 +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…
x
Reference in New Issue
Block a user