未验证 提交 45a82f16 编写于 作者: A Amador Pahim

Merge branch 'clebergnu-skip_broken_plugin_notification'

Signed-off-by: NAmador Pahim <apahim@redhat.com>
...@@ -50,11 +50,11 @@ class AvocadoApp(object): ...@@ -50,11 +50,11 @@ class AvocadoApp(object):
self.parser = Parser() self.parser = Parser()
output.early_start() output.early_start()
try: try:
self.parser.start()
self.cli_dispatcher = CLIDispatcher() self.cli_dispatcher = CLIDispatcher()
self.cli_cmd_dispatcher = CLICmdDispatcher() self.cli_cmd_dispatcher = CLICmdDispatcher()
output.log_plugin_failures(self.cli_dispatcher.load_failures + output.log_plugin_failures(self.cli_dispatcher.load_failures +
self.cli_cmd_dispatcher.load_failures) self.cli_cmd_dispatcher.load_failures)
self.parser.start()
if self.cli_cmd_dispatcher.extensions: if self.cli_cmd_dispatcher.extensions:
self.cli_cmd_dispatcher.map_method('configure', self.parser) self.cli_cmd_dispatcher.map_method('configure', self.parser)
if self.cli_dispatcher.extensions: if self.cli_dispatcher.extensions:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册