3b56c4d Ticket 101 - BaseException.message has been deprecated in Python3

5 files Authored by alisha17 6 years ago, Committed by William Brown 6 years ago,
    Ticket 101 - BaseException.message has been deprecated in Python3
    
    Bug Description: Error is caused when some exception is raised in
    dsidm file becuase BaseException.message has been deprecated in
    Python3
    
    Fix Description:  Using str(Exception) fixes the bug for dsidm
    as well as all other files using BaseException.message
    
    https://pagure.io/lib389/issue/101
    
    Author: Alisha Aneja
    
    Review by: wibrown (Thanks for your patch!)
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1