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 2e75cab commit fd1dc84Copy full SHA for fd1dc84
starter/runner.py
@@ -50,7 +50,8 @@
50
"PYTHON_RUNNER_TMPFS_MOUNT_SIZE_IN_BYTES", "104857600"
51
)
52
DROPPED_CAPABILITIES = [
53
- cap for cap in os.environ.get("PYTHON_RUNNER_DROPPED_CAPABILITIES", "").split(",")
+ cap
54
+ for cap in os.environ.get("PYTHON_RUNNER_DROPPED_CAPABILITIES", "").split(",")
55
if cap.strip()
56
]
57
NO_NEW_PRIVILEGES = (
0 commit comments