mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +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
|
# Prepare debug messages
|
||||||
debug_messages = {
|
debug_messages = {
|
||||||
"success": (
|
"success": (f"{TerminalColors.OKCYAN}Updated these Domains: {self.update_success}{TerminalColors.ENDC}\n"),
|
||||||
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"),
|
||||||
),
|
|
||||||
"skipped": (
|
|
||||||
f"{TerminalColors.YELLOW}Skipped these Domains: {self.update_skipped}{TerminalColors.ENDC}\n"
|
|
||||||
),
|
|
||||||
"failed": (
|
"failed": (
|
||||||
f"{TerminalColors.FAIL}Failed to update these Domains: {self.update_failed}{TerminalColors.ENDC}\n"
|
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