Skip to content

fix(internal/gapicgen): exec Stdout already set#4509

Merged
codyoss merged 2 commits intogoogleapis:masterfrom
codyoss:fix-stdout-err
Jul 28, 2021
Merged

fix(internal/gapicgen): exec Stdout already set#4509
codyoss merged 2 commits intogoogleapis:masterfrom
codyoss:fix-stdout-err

Conversation

@codyoss
Copy link
Copy Markdown
Member

@codyoss codyoss commented Jul 28, 2021

This error was occuring because stdout was being set by some
calling locations which violates Command.Output usage. This
refactors code to never set stdout. I also added some more debug
info of logging the command output which can be useful in the case
of failures.

This error was occuring because stdout was being set by some
calling locations which violates Command.Output usage. This
refactors code to never set stdout. I also added some more debug
info of logging the command output which can be useful in the case
of failures.
@codyoss codyoss requested a review from a team July 28, 2021 20:12
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 28, 2021
@codyoss codyoss requested a review from noahdietz July 28, 2021 20:12
@codyoss codyoss merged commit 41246e9 into googleapis:master Jul 28, 2021
@codyoss codyoss deleted the fix-stdout-err branch July 28, 2021 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants