mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Update src/registrar/management/commands/populate_domain_request_dates.py
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
62ac4757ec
commit
497837b098
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Command(BaseCommand, PopulateScriptTemplate):
|
|||
break
|
||||
|
||||
logger.info(
|
||||
f"{TerminalColors.OKCYAN}Updating {record} => first submitted date: " f"{record.first_submitted_date}{TerminalColors.OKCYAN}, last status update:" f"{record.last_status_update}{TerminalColors.ENDC}"
|
||||
f"{TerminalColors.OKCYAN}Updating {record} => first submitted date: " f"{record.first_submitted_date}, last status update:" f"{record.last_status_update}{TerminalColors.ENDC}"
|
||||
)
|
||||
|
||||
def should_skip_record(self, record) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue