physical_resources_check: Convert exceptions to strings before concatenation
There might be an occasion where we get the following
error:
TypeError: unsupported operand type(s) for +: 'MonitorProtocolError' and 'str'
So let's try to convert the exception class to a string
first.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
Showing
想要评论请 注册 或 登录