Esempio n. 1
0
def check_district_offices():
    has_errors = validate_offices(skip_warnings=True)
    if has_errors:
        error("", "District offices have errors")
Esempio n. 2
0
def check_district_offices():
    has_errors = validate_offices(skip_warnings=True)
    if has_errors:
        error("District offices have errors")