Update terminal_helper.py

This commit is contained in:
zandercymatics 2025-03-17 13:47:35 -06:00
parent c7146601d3
commit 6d916246e3
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -124,7 +124,7 @@ class PopulateScriptTemplate(ABC):
# for use in the execution prompt.
proposed_changes = (
"==Proposed Changes==\n"
f"Number of {readable_class_name} objects to change: {len(records_length)}\n"
f"Number of {readable_class_name} objects to change: {records_length}\n"
f"These fields will be updated on each record: {fields_to_update}"
)