less words, more emojis

This commit is contained in:
Nicholas Albion
2023-09-09 10:45:08 +10:00
parent 425d6ac0bf
commit ed945b63ea
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ def execute_step(matching_step, current_step):
def step_already_finished(args, step):
args.update(step['app_data'])
message = f"{capitalize_first_word_with_underscores(step['step'])} already done for this app_id: {args['app_id']}. Moving to next step..."
message = f"{capitalize_first_word_with_underscores(step['step'])}"
print(colored(message, "green"))
logger.info(message)