Skip to content

Commit

Permalink
squash: missing use of file
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Aug 1, 2024
1 parent 59b32fe commit 5ca8ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmt/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def print(
) -> None:
file = file or sys.stdout

print(self.print_format(text, color=color, shift=shift))
print(self.print_format(text, color=color, shift=shift), file=file)

def info(
self,
Expand Down

0 comments on commit 5ca8ada

Please sign in to comment.