Skip to content

Commit 212ae89

Browse files
committed
removed B603 finding
1 parent b751eb9 commit 212ae89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda/src/lambda_function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def pip_install(requirements: str, install_dir: str) -> None:
9292
check=False,
9393
capture_output=True,
9494
text=True
95+
shell=True
9596
)
9697
retcode = result.returncode
9798
if result.stdout:

0 commit comments

Comments
 (0)