fix: add empty environment variable dictionary for subprocess execution

v3.2
CaptainB 2025-11-05 12:45:31 +08:00
parent 1af14bdb27
commit 2a64d281ab
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ exec({dedent(code)!a})
self.user,
],
'cwd': self.sandbox_path,
'env': {},
'transport': 'stdio',
}
else: