From: Greg Ward Date: Fri, 31 Mar 2000 05:21:27 +0000 (+0000) Subject: Oops, got a little too enthusiastic deleting code in that last revision: X-Git-Tag: v1.6a1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5796fecc62935513ec2053540f741d0b8cb0920;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py index 889cdba857bd..685f52508ea6 100644 --- a/Lib/distutils/command/bdist.py +++ b/Lib/distutils/command/bdist.py @@ -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()