mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +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
|
from __future__ import annotations
|
||||||
|
import traceback
|
||||||
from typing import Union
|
from typing import Union
|
||||||
import logging
|
import logging
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
|
@ -644,6 +645,8 @@ class DomainRequest(TimeStampedModel):
|
||||||
self.sync_organization_type()
|
self.sync_organization_type()
|
||||||
self.sync_yes_no_form_fields()
|
self.sync_yes_no_form_fields()
|
||||||
|
|
||||||
|
logger.error(traceback.print_stack())
|
||||||
|
|
||||||
if self._cached_status != self.status:
|
if self._cached_status != self.status:
|
||||||
self.last_status_update = timezone.now().date()
|
self.last_status_update = timezone.now().date()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue