Kaydet (Commit) e5796fec authored tarafından Greg Ward's avatar Greg Ward

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.
üst 1889de88
...@@ -63,6 +63,7 @@ class bdist (Command): ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment