mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 09:48:38 +00:00
refactor: rename clawdbot to moltbot with legacy compat
This commit is contained in:
@@ -14,7 +14,7 @@ describe("resolvePythonExecutablePath", () => {
|
||||
itUnix(
|
||||
"resolves a working python path and caches the result",
|
||||
async () => {
|
||||
const tmp = await fs.mkdtemp(path.join(os.tmpdir(), "clawdbot-python-"));
|
||||
const tmp = await fs.mkdtemp(path.join(os.tmpdir(), "moltbot-python-"));
|
||||
const originalPath = process.env.PATH;
|
||||
try {
|
||||
const realPython = path.join(tmp, "python-real");
|
||||
|
||||
Reference in New Issue
Block a user