mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-30 13:03:14 +02:00
Fix conflict
This commit is contained in:
parent
d072b143ea
commit
98f37efc0f
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
This is called by the availablility api and
|
This is called by the availablility api and
|
||||||
is called in the validate function on the request/domain page
|
is called in the validate function on the request/domain page
|
||||||
|
|
||||||
Throws: RegistryError or InvalidDomainError"""
|
throws- RegistryError or InvalidDomainError"""
|
||||||
|
|
||||||
if not cls.string_could_be_domain(domain):
|
if not cls.string_could_be_domain(domain):
|
||||||
logger.warning("Not a valid domain: %s" % str(domain))
|
logger.warning("Not a valid domain: %s" % str(domain))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue