mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +02:00
Linter
This commit is contained in:
parent
9f9646f095
commit
6970adb57f
1 changed files with 2 additions and 6 deletions
|
@ -162,12 +162,8 @@ class Command(BaseCommand):
|
|||
|
||||
# Prepare debug messages
|
||||
debug_messages = {
|
||||
"success": (
|
||||
f"{TerminalColors.OKCYAN}Updated these Domains: {self.update_success}{TerminalColors.ENDC}\n"
|
||||
),
|
||||
"skipped": (
|
||||
f"{TerminalColors.YELLOW}Skipped these Domains: {self.update_skipped}{TerminalColors.ENDC}\n"
|
||||
),
|
||||
"success": (f"{TerminalColors.OKCYAN}Updated these Domains: {self.update_success}{TerminalColors.ENDC}\n"),
|
||||
"skipped": (f"{TerminalColors.YELLOW}Skipped these Domains: {self.update_skipped}{TerminalColors.ENDC}\n"),
|
||||
"failed": (
|
||||
f"{TerminalColors.FAIL}Failed to update these Domains: {self.update_failed}{TerminalColors.ENDC}\n"
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue