commit | e5796fecc62935513ec2053540f741d0b8cb0920 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Fri Mar 31 05:21:27 2000 +0000 |
committer | Greg Ward <gward@python.net> | Fri Mar 31 05:21:27 2000 +0000 |
tree | 5eec5299df4e6613f72ec1fa5977243ff590aa4f | |
parent | 1889de8889422a05f96501d9cc18d453866b175c [diff] [blame] |
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 889cdba..685f525 100644 --- a/Lib/distutils/command/bdist.py +++ b/Lib/distutils/command/bdist.py
@@ -63,6 +63,7 @@ sub_cmd = self.find_peer (cmd_name) sub_cmd.set_option ('format', self.format) + self.run_peer (cmd_name) # run()