mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-15 17:04:46 +02:00
Bug fix
Accidentally left some stray code from a minor refactor
This commit is contained in:
parent
42ef026254
commit
2e44a9099a
2 changed files with 7 additions and 1 deletions
|
@ -58,6 +58,12 @@ contact help@get.gov
|
|||
|
||||
|
||||
class LoadOrganizationErrorCodes(IntEnum):
|
||||
"""Used when running the load_organization_data script
|
||||
Overview of error codes:
|
||||
- 1 TRANSITION_DOMAINS_NOT_FOUND
|
||||
- 2 UPDATE_DOMAIN_INFO_FAILED
|
||||
- 3 EMPTY_TRANSITION_DOMAIN_TABLE
|
||||
"""
|
||||
TRANSITION_DOMAINS_NOT_FOUND = 1
|
||||
UPDATE_DOMAIN_INFO_FAILED = 2
|
||||
EMPTY_TRANSITION_DOMAIN_TABLE = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue