mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
The get_installer_filename() method forgot to return the name it
calculates. Spotted by Cort Danger Stratton.
This commit is contained in:
parent
1f65b472c3
commit
30d0008577
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ class bdist_wininst (Command):
|
|||
else:
|
||||
installer_name = os.path.join(self.dist_dir,
|
||||
"%s.win32.exe" % fullname)
|
||||
return installer_name
|
||||
# get_installer_filename()
|
||||
|
||||
def get_exe_bytes (self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue