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

Added call to 'ensure_ready()' on the command object in

'Distribution.find_command_obj()'.
üst 585df89f
......@@ -506,6 +506,7 @@ class Distribution:
cmd_obj = self.command_obj.get (command)
if not cmd_obj and create:
cmd_obj = self.create_command_obj (command)
cmd_obj.ensure_ready ()
self.command_obj[command] = cmd_obj
return cmd_obj
......
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