Project

General

Profile

1
# Exception handling
2

    
3
def add_msg(ex, msg): ex.args = (str(ex).rstrip()+'\n'+msg,)
(2-2/7)