mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-26 04:28:39 +02:00
Update src/registrar/fixtures/fixtures_portfolios.py
This commit is contained in:
parent
725a229278
commit
c80348b1c8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class PortfolioFixture:
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warning(e)
|
logger.warning(e)
|
||||||
|
|
||||||
# Bulk create domain requests
|
# Bulk create portfolios
|
||||||
if len(portfolios_to_create) > 0:
|
if len(portfolios_to_create) > 0:
|
||||||
try:
|
try:
|
||||||
Portfolio.objects.bulk_create(portfolios_to_create)
|
Portfolio.objects.bulk_create(portfolios_to_create)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue