Skip to content

Commit

Permalink
Fix find and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 27, 2022
1 parent 07db659 commit 2443fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def load_cicd_config() -> Dict[str, Any]:

def flush_print(to_print: str) -> None:
"""Prints and flushes stdout buffer"""
flush_print(to_print)
print(to_print, flush=True)


def main(argv: Sequence[str]) -> None:
Expand Down

0 comments on commit 2443fb3

Please sign in to comment.