fix: add empty environment variable dictionary for subprocess execution
parent
1af14bdb27
commit
2a64d281ab
|
|
@ -180,6 +180,7 @@ exec({dedent(code)!a})
|
||||||
self.user,
|
self.user,
|
||||||
],
|
],
|
||||||
'cwd': self.sandbox_path,
|
'cwd': self.sandbox_path,
|
||||||
|
'env': {},
|
||||||
'transport': 'stdio',
|
'transport': 'stdio',
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue