mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Backout buggy patch committed for #13719
This commit is contained in:
parent
30b8e5461d
commit
a420c820fe
3 changed files with 1 additions and 12 deletions
|
@ -260,7 +260,7 @@ class bdist_msi(Command):
|
|||
self.db.Commit()
|
||||
|
||||
if hasattr(self.distribution, 'dist_files'):
|
||||
tup = 'bdist_msi', self.target_version or 'any', installer_name
|
||||
tup = 'bdist_msi', self.target_version or 'any', fullname
|
||||
self.distribution.dist_files.append(tup)
|
||||
|
||||
if not self.keep_temp:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue