mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-30 06:26:34 +02:00
Fix migrations, PR suggestions
This commit is contained in:
parent
2fff3022ea
commit
d9408076b1
4 changed files with 10 additions and 7 deletions
|
@ -93,7 +93,7 @@ class PopulateScriptTemplate(ABC):
|
|||
self.populate_field(updated_object)
|
||||
to_update.append(updated_object)
|
||||
except Exception as err:
|
||||
to_update.append(updated_object)
|
||||
failed_to_update.append(updated_object)
|
||||
logger.error(err)
|
||||
logger.error(f"{TerminalColors.FAIL}" f"Failed to update {updated_object}" f"{TerminalColors.ENDC}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue