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