mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Update terminal_helper.py
This commit is contained in:
parent
194dfe2efd
commit
8ee7c537ac
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class PopulateScriptTemplate(ABC):
|
||||||
TerminalHelper.log_script_run_summary(to_update, failed_to_update, skipped=[], debug=True)
|
TerminalHelper.log_script_run_summary(to_update, failed_to_update, skipped=[], debug=True)
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def populate_field(self, object_to_update):
|
def populate_field(self, field_to_update):
|
||||||
"""Defines how we update each field. Must be defined before using mass_populate_field."""
|
"""Defines how we update each field. Must be defined before using mass_populate_field."""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue