Skip to content

Commit d69b1c8

Browse files
committed
Remove incompatibility
1 parent db9e514 commit d69b1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def build(src_dir):
2525
'--target', build_dir,
2626
'-r', os.path.join(build_dir, 'requirements.txt')],
2727
check=True,
28-
capture_output=True
28+
stdout=subprocess.DEVNULL,
2929
)
3030
artifact=tempfile.NamedTemporaryFile(delete=False)
3131
make_archive(build_dir, artifact)

0 commit comments

Comments
 (0)