c3d410f The message attribute on exception is deprecated

Authored and Committed by lsedlar 7 years ago
    The message attribute on exception is deprecated
    
    One should rather use str(exception) to get the text message.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+3 -3
file modified
+2 -2