mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 08:50:01 +02:00
Bug fixes, better logging
This commit is contained in:
parent
d88e36e5a3
commit
f804b0aa0c
3 changed files with 143 additions and 143 deletions
|
@ -543,17 +543,19 @@ class Command(BaseCommand):
|
|||
system_exit_on_terminate=True,
|
||||
info_to_inspect=f"""
|
||||
!!! ENSURE THAT ALL FILENAMES ARE CORRECT BEFORE PROCEEDING
|
||||
|
||||
== ==
|
||||
==Federal agency information==
|
||||
agency_adhoc_filename: {agency_adhoc_filename}
|
||||
|
||||
==Federal agency / organization type information==
|
||||
==Federal type / organization type information==
|
||||
domain_adhoc_filename: {domain_adhoc_filename}
|
||||
|
||||
==Organization name information==
|
||||
organization_adhoc_filename: {organization_adhoc_filename}
|
||||
|
||||
==Creation date / expiration date information==
|
||||
domain_escrow_filename: {domain_escrow_filename}
|
||||
|
||||
domain_additional_filename: {domain_additional_filename}
|
||||
==
|
||||
directory: {directory}
|
||||
""",
|
||||
prompt_title=title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue