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 3f9b48c commit b9b11b0Copy full SHA for b9b11b0
.generator/cli.py
@@ -148,7 +148,7 @@ def _run_nox_sessions(sessions: List[str]):
148
"-f",
149
f"{SOURCE_DIR}/packages/{library_id}",
150
]
151
- result = subprocess.run(command, capture_output=True, text=True, check=True)
+ result = subprocess.run(command, text=True, check=True)
152
logger.info(result)
153
except Exception as e:
154
raise ValueError(f"Failed to run the nox session: {current_session}") from e
0 commit comments