mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Oops, got a little too enthusiastic deleting code in that last revision:
we still have to *run* the sub-command that creates a built distribution.
This commit is contained in:
parent
1889de8889
commit
e5796fecc6
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class bdist (Command):
|
|||
|
||||
sub_cmd = self.find_peer (cmd_name)
|
||||
sub_cmd.set_option ('format', self.format)
|
||||
self.run_peer (cmd_name)
|
||||
|
||||
# run()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue