mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
format for linter
This commit is contained in:
parent
a737f26c50
commit
c9c9d70782
2 changed files with 3 additions and 3 deletions
|
@ -598,7 +598,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
|
||||
# if unable to update domain raise error and stop
|
||||
if responseCode != ErrorCode.COMMAND_COMPLETED_SUCCESSFULLY:
|
||||
raise NameserverError(code=nsErrorCodes.UNABLE_TO_UPDATE_DOMAIN)
|
||||
raise NameserverError(code=nsErrorCodes.BAD_DATA)
|
||||
|
||||
successTotalNameservers = len(oldNameservers) - deleteCount + addToDomainCount
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue