mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Typo fixes and cleanup
This commit is contained in:
parent
0951faa998
commit
e211a59304
4 changed files with 3 additions and 8 deletions
|
@ -1354,8 +1354,8 @@ class Domain(TimeStampedModel, DomainHelper):
|
|||
"""
|
||||
logger.info("Changing to ready state")
|
||||
logger.info("able to transition to ready state")
|
||||
# if self.first_ready_at is not None, this means that his
|
||||
# domain wasr READY, then not READY, then is READY again.
|
||||
# if self.first_ready_at is not None, this means that this
|
||||
# domain was READY, then not READY, then is READY again.
|
||||
# We do not want to overwrite first_ready_at.
|
||||
if self.first_ready_at is None:
|
||||
self.first_ready_at = timezone.now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue