Skip to content

Commit

Permalink
Set ANSI theme for output of kpops generate (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Jul 11, 2023
1 parent d043822 commit 606178e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kpops/pipeline_generator/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def print_yaml(self, substitution: dict | None = None) -> None:
substitute(str(self), substitution),
"yaml",
background_color="default",
theme="ansi_dark",
)
Console(
width=1000 # HACK: overwrite console width to avoid truncating output
Expand Down

0 comments on commit 606178e

Please sign in to comment.