Skip to content

Commit 79f8199

Browse files
committed
BUG attributes and tuples
1 parent 4f88c53 commit 79f8199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda_forge_tick/provide_source_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def _print_out():
112112
)
113113

114114
try:
115-
with wurlitzer.pipes(stderr=wurlitzer.STDOU) as (out):
115+
with wurlitzer.pipes(stderr=wurlitzer.STDOUT) as (out, _):
116116
from conda_build.api import render
117117
from conda_build.config import Config
118118
from conda_build.source import provide

0 commit comments

Comments
 (0)