mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-18 15:34:16 +02:00
Update terminal_helper.py
This commit is contained in:
parent
c7146601d3
commit
6d916246e3
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue