We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f88c53 commit 79f8199Copy full SHA for 79f8199
conda_forge_tick/provide_source_code.py
@@ -112,7 +112,7 @@ def _print_out():
112
)
113
114
try:
115
- with wurlitzer.pipes(stderr=wurlitzer.STDOU) as (out):
+ with wurlitzer.pipes(stderr=wurlitzer.STDOUT) as (out, _):
116
from conda_build.api import render
117
from conda_build.config import Config
118
from conda_build.source import provide
0 commit comments