提交 72a883e2 编写于 作者: R Rudá Moura 提交者: Ruda Moura

avocado.plugins.lister: Get plugin docs with description attribute.

Signed-off-by: NRuda Moura <rmoura@redhat.com>
上级 03f3ac1b
......@@ -50,5 +50,6 @@ class PluginsList(plugin.Plugin):
status = bcolors.healthy_str("Enabled")
else:
status = bcolors.fail_header_str("Disabled")
pipe.write(format_str % (bcolors.header_str(plug.name), plug.__doc__.strip(),
pipe.write(format_str % (bcolors.header_str(plug.name),
plug.description,
status))
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册