提交 acc19e88 编写于 作者: L Lukáš Doktor

avocado.plugins.test_list: Avoid paginator issues

This patch cleanups the view even on BaseException errors.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 ca771baf
......@@ -172,5 +172,7 @@ class TestList(plugin.Plugin):
self.view.notify(event='error', msg=msg)
else:
sys.stderr.write(msg)
self.view.cleanup()
finally:
if self.view:
self.view.cleanup()
sys.exit(rc)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册