mirror of
https://github.com/usestrix/strix.git
synced 2026-09-09 22:31:07 +00:00
style: fix remaining typing for SandboxPathGrant
This commit is contained in:
parent
c2d36fe8df
commit
9d26b39e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ async def create_or_reuse(
|
|||
container_caido_url = f"http://127.0.0.1:{_CONTAINER_CAIDO_PORT}"
|
||||
manifest = Manifest(
|
||||
entries=entries,
|
||||
extra_path_grants=grants,
|
||||
extra_path_grants=tuple(grants),
|
||||
environment=Environment(
|
||||
value={
|
||||
"PYTHONUNBUFFERED": "1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue