We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf6f15 commit 592bc41Copy full SHA for 592bc41
1 file changed
bgesdk/management/commands/model.py
@@ -729,6 +729,7 @@ def _zip_codedir(self, home, ziph):
729
ziph.write(filepath, zip_relpath)
730
output('\t{}'.format(zip_relpath))
731
for zip_relpath in sorted(minify_relpaths):
732
+ filepath = total_files[zip_relpath]
733
with open(filepath, 'r') as fp:
734
content = fp.read()
735
with tempfile.NamedTemporaryFile(mode='w') as temp_fp:
0 commit comments