still skip unexpected statuses
This commit is contained in:
parent
1fce51c104
commit
71b67d9890
@ -67,6 +67,7 @@ def main():
|
||||
status = "Appeal In Progress"
|
||||
if (status not in ["Approved", "Rejected", "Appeal In Progress", "Withdrawn", "Unknown"]):
|
||||
print("Unexpected status " + status)
|
||||
continue
|
||||
#raise Exception("Unexpected status " + status)
|
||||
if uprn == None:
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user