Show More
@@ -133,7 +133,6 b' class zipit:' | |||
|
133 | 133 | def addfile(self, name, mode, data): |
|
134 | 134 | i = zipfile.ZipInfo(self.prefix + name, self.date_time) |
|
135 | 135 | i.compress_type = self.z.compression |
|
136 | i.flag_bits = 0x08 | |
|
137 | 136 | # unzip will not honor unix file modes unless file creator is |
|
138 | 137 | # set to unix (id 3). |
|
139 | 138 | i.create_system = 3 |
General Comments 0
You need to be logged in to leave comments.
Login now