mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
more debugging of domain model
This commit is contained in:
parent
2d4ab0c7bd
commit
5b4103e1ee
1 changed files with 1 additions and 0 deletions
|
@ -1736,6 +1736,7 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
)
|
||||
|
||||
if property in self._cache:
|
||||
logger.info("writing %s to cache", property)
|
||||
return self._cache[property]
|
||||
else:
|
||||
raise KeyError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue