We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fee79 commit 6d8e848Copy full SHA for 6d8e848
1 file changed
src/rules_validation_api/app.py
@@ -99,7 +99,7 @@ def display_current_iteration(result: RulesValidation) -> None:
99
sys.stdout.write(f"{YELLOW}No active iteration could be determined{RESET}\n")
100
101
else:
102
- sys.stdout.write(f"{YELLOW}Campaign is {RESET}{GREEN}NOT LIVE{RESET}")
+ sys.stdout.write(f"{YELLOW}Campaign is {RESET}{GREEN}NOT LIVE{RESET} ")
103
104
if is_campaign_expired:
105
sys.stdout.write(f"{YELLOW}[EXPIRED on {config.end_date}]{RESET}\n")
0 commit comments