mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-19 17:25:56 +02:00
forgot parentheses :(
This commit is contained in:
parent
d9898e3af2
commit
bdec43e2f3
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ class DomainRequest(TimeStampedModel):
|
|||
try:
|
||||
raise Exception("TEST TEST TEST")
|
||||
except Exception:
|
||||
logger.error(traceback.format_exc)
|
||||
logger.error(traceback.format_exc())
|
||||
|
||||
if self._cached_status != self.status:
|
||||
self.last_status_update = timezone.now().date()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue