fix: add empty environment variable dictionary for subprocess execution
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
CaptainB 2025-11-05 12:45:31 +08:00
parent 1af14bdb27
commit 2a64d281ab

View File

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