mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Updates to prompts and print statements for master migration to be easier to work with
This commit is contained in:
parent
019b139e8d
commit
2b2a0c0fba
5 changed files with 149 additions and 37 deletions
|
@ -197,7 +197,8 @@ class LoadExtraTransitionDomain:
|
|||
logger.info(
|
||||
f"""{TerminalColors.OKGREEN}
|
||||
============= FINISHED ===============
|
||||
updated {len(updated_transition_domains)} transition domain entries
|
||||
updated {len(updated_trasition_domains)} transition domain entries:
|
||||
{TerminalHelper.array_as_string(updated_trasition_domains)}
|
||||
{TerminalColors.ENDC}
|
||||
"""
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue