raise/except statements: mass style change
This commit changes the idiom on (hopefully all) except statements,
from:
except foo, details:
to:
except foo as details:
Which is compatible with both Python 2 and 3.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录