Skip to content

Commit

Permalink
Merge pull request #179 from tsugumi-sys/feature/fix-pipeline-stdout
Browse files Browse the repository at this point in the history
cli: refactoring pipeline starting message
  • Loading branch information
tsugumi-sys authored Jul 7, 2024
2 parents f8f48b7 + ed743e9 commit c9dd5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stocklake/core/stdout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)
Expand Down

0 comments on commit c9dd5de

Please sign in to comment.