try: cursor.execute(sql, (arg1, arg2)) connection.commit() except: print(cursor._last_executed) raise