0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01: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:
Greg Ward 2000-03-31 05:21:27 +00:00
parent 1889de8889
commit e5796fecc6

View File

@ -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()