def check_district_offices(): has_errors = validate_offices(skip_warnings=True) if has_errors: error("", "District offices have errors")
def check_district_offices(): has_errors = validate_offices(skip_warnings=True) if has_errors: error("District offices have errors")