提交 24edc8df 编写于 作者: C Chris Evich

virt: Add exception catching style update

Signed-off-by: NChris Evich <cevich@redhat.com>
上级 e0ecb586
......@@ -198,3 +198,13 @@ to the mailing list. How to do that is covered on github's documentation:
https://help.github.com/articles/using-pull-requests
Catching Exceptions
Older python cannot support the full exception syntax. The accepted formats
for exception catching are:
try...except...
try...finally...
try...except...else...
try...finally...else...
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册