From 9c2913e1831eb00fa01317f3fea4ce25d3f657eb Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Fri, 5 Jun 2020 15:10:18 -0700 Subject: [PATCH] feat: show output from microgenerator runs (#575) Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Jeffrey Rennie --- synthtool/gcp/gapic_microgenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/gapic_microgenerator.py b/synthtool/gcp/gapic_microgenerator.py index 7cb193e33..cf5f9bfb1 100644 --- a/synthtool/gcp/gapic_microgenerator.py +++ b/synthtool/gcp/gapic_microgenerator.py @@ -186,7 +186,7 @@ def _generate_code( docker_run_args.append(value) logger.debug(f"Generating code for: {proto_path}.") - shell.run(docker_run_args) + shell.run(docker_run_args, hide_output=False) # Sanity check: Does the output location have code in it? # If not, complain.