makewheel: fix binary data being doubled

This commit is contained in:
rdb 2017-12-21 11:37:30 +01:00
parent ef7f856c46
commit c1fb44ad69
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ class WheelFile(object):
# Otherwise, just copy it over.
temp.write(open(source_path, 'rb').read())
temp.write(open(source_path, 'rb').read())
os.fchmod(temp.fileno(), os.fstat(temp.fileno()).st_mode | 0o111)
temp.close()