]> granicus.if.org Git - python/commitdiff
Oops, got a little too enthusiastic deleting code in that last revision:
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 05:21:27 +0000 (05:21 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 05:21:27 +0000 (05:21 +0000)
we still have to *run* the sub-command that creates a built distribution.

Lib/distutils/command/bdist.py

index 889cdba857bda95e3a35b00d4d2e9a4c11715e5a..685f52508ea600eccb7f7474301af80d9a0713dc 100644 (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()