summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-03-07 19:48:55 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-03-07 19:48:55 (GMT)
commita420c820fe243cbc0d729e9c60f8a93810e973a7 (patch)
tree95ab920de5247537f83e2ac95831a5f7c592bb70 /Lib/distutils/command
parent30b8e5461d4d913365ae4151616089107ec9cfac (diff)
downloadcpython-a420c820fe243cbc0d729e9c60f8a93810e973a7.zip
cpython-a420c820fe243cbc0d729e9c60f8a93810e973a7.tar.gz
cpython-a420c820fe243cbc0d729e9c60f8a93810e973a7.tar.bz2
Backout buggy patch committed for #13719
Diffstat (limited to 'Lib/distutils/command')
-rw-r--r--Lib/distutils/command/bdist_msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_msi.py b/Lib/distutils/command/bdist_msi.py
index fde0f63..b3cfe9c 100644
--- a/Lib/distutils/command/bdist_msi.py
+++ b/Lib/distutils/command/bdist_msi.py
@@ -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: