Files
crawlab/core/task/handler
Marvin Zhang 94194445d8 refactor: improve environment variable handling in task runner
- Replaced direct manipulation of r.cmd.Env with os.Setenv for setting PYENV_ROOT, PATH, NODE_PATH, and GOPATH, enhancing error handling and clarity.
- Ensured proper initialization of default environment variables in the configureEnv method, maintaining organization and readability in the environment setup process.
2025-04-15 23:11:53 +08:00
..