mirror of
https://github.com/python/cpython.git
synced 2024-11-29 04:44:13 +08: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
@ -63,6 +63,7 @@ class bdist (Command):
|
|||||||
|
|
||||||
sub_cmd = self.find_peer (cmd_name)
|
sub_cmd = self.find_peer (cmd_name)
|
||||||
sub_cmd.set_option ('format', self.format)
|
sub_cmd.set_option ('format', self.format)
|
||||||
|
self.run_peer (cmd_name)
|
||||||
|
|
||||||
# run()
|
# run()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user