| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -128,7 +128,8 @@ def makeZipFile(self): | |||
| 128 | 128 | z = zipfile.ZipFile(os.path.join(self.outDir, | |
| 129 | 129 | "html5lib-%s.zip"%self.version), 'w') | |
| 130 | 130 | for f in self.outFiles: | |
| 131 | - z.write(f, f[len(self.outDir)+1:]) | ||
| 131 | + z.write(f, os.path.join("html5lib-%s"%self.version, | ||
| 132 | + f[len(self.outDir)+1:])) | ||
| 132 | 133 | z.close() | |
| 133 | 134 | ||
| 134 | 135 | def cleanup(self): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments