mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
temp: add error message to test logs
This commit is contained in:
parent
e2fde1f968
commit
afd941e27f
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
from __future__ import annotations
|
||||
import traceback
|
||||
from typing import Union
|
||||
import logging
|
||||
from django.apps import apps
|
||||
|
@ -644,6 +645,8 @@ class DomainRequest(TimeStampedModel):
|
|||
self.sync_organization_type()
|
||||
self.sync_yes_no_form_fields()
|
||||
|
||||
logger.error(traceback.print_stack())
|
||||
|
||||
if self._cached_status != self.status:
|
||||
self.last_status_update = timezone.now().date()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue