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 db9e514 commit d69b1c8Copy full SHA for d69b1c8
scripts/build_lambda.py
@@ -25,7 +25,7 @@ def build(src_dir):
25
'--target', build_dir,
26
'-r', os.path.join(build_dir, 'requirements.txt')],
27
check=True,
28
- capture_output=True
+ stdout=subprocess.DEVNULL,
29
)
30
artifact=tempfile.NamedTemporaryFile(delete=False)
31
make_archive(build_dir, artifact)
0 commit comments