mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 13:23:48 +02:00
parent
f0edf799b7
commit
84c0a17572
@ -528,7 +528,7 @@ class Project:
|
|||||||
:returns: ZipStream object
|
:returns: ZipStream object
|
||||||
"""
|
"""
|
||||||
|
|
||||||
z = zipstream.ZipFile()
|
z = zipstream.ZipFile(allowZip64=True)
|
||||||
# topdown allo to modify the list of directory in order to ignore
|
# topdown allo to modify the list of directory in order to ignore
|
||||||
# directory
|
# directory
|
||||||
for root, dirs, files in os.walk(self._path, topdown=True):
|
for root, dirs, files in os.walk(self._path, topdown=True):
|
||||||
|
Loading…
Reference in New Issue
Block a user