diff --git a/stocklake/core/stdout.py b/stocklake/core/stdout.py index 2ef4155..954c368 100644 --- a/stocklake/core/stdout.py +++ b/stocklake/core/stdout.py @@ -12,7 +12,7 @@ def step_start(self, step_name: str): print( "{}{}{}{}".format( "=" * 30, - f"{step_name} started", + f"{step_name}", "=" * 30, self.msg_colors.get("DEFAULT"), )