mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: add empty environment variable dictionary for subprocess execution
This commit is contained in:
parent
1af14bdb27
commit
2a64d281ab
|
|
@ -180,6 +180,7 @@ exec({dedent(code)!a})
|
|||
self.user,
|
||||
],
|
||||
'cwd': self.sandbox_path,
|
||||
'env': {},
|
||||
'transport': 'stdio',
|
||||
}
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue