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