Update terminal_helper.py

This commit is contained in:
zandercymatics 2024-05-28 11:27:12 -06:00
parent 194dfe2efd
commit 8ee7c537ac
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -103,7 +103,7 @@ class PopulateScriptTemplate(ABC):
TerminalHelper.log_script_run_summary(to_update, failed_to_update, skipped=[], debug=True)
@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."""
raise NotImplementedError