Project

General

Profile

1 11 aaronmk
# Exception handling
2
3
def add_msg(ex, msg): ex.args = (str(ex).rstrip()+'\n'+msg,)