mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
Fix content of error message
This commit is contained in:
parent
562ad3c20d
commit
af81357d68
1 changed files with 1 additions and 1 deletions
|
@ -220,4 +220,4 @@ class FederalAgency(TimeStampedModel):
|
|||
agencies = [FederalAgency(agency=agency) for agency in AGENCIES]
|
||||
FederalAgency.objects.bulk_create(agencies)
|
||||
except Exception as e:
|
||||
logger.error(f"Error creating federal agency: {e}")
|
||||
logger.error(f"Error creating federal agencies: {e}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue