def run_sql(sql, portid, con_args): """ @brief Wrapper function for run_query """ from madpack import run_query return run_query(sql, True, con_args)