Skip to content

Commit

Permalink
set default sys.stdout for Tee.out2
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Jan 5, 2023
1 parent 3159f0f commit 8ed686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew-file
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Tee:
"""Module to write out in two ways at once."""

out1: Any
out2: Any
out2: Any = sys.stdout
use2: bool = True

def __post_init__(self):
Expand Down

0 comments on commit 8ed686a

Please sign in to comment.