fix: add empty environment variable dictionary for subprocess execution

This commit is contained in:
CaptainB 2025-11-05 12:45:31 +08:00
parent 63beec4dfb
commit 7a9c67d5df

View File

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