-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix python path #277
Fix python path #277
Conversation
/review |
PR Description updated to latest commit (56715ae)
|
PR Review 🔍(Review updated until commit 56715ae)
|
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
Persistent review updated to latest commit 56715ae |
PR Code Suggestions ✨
|
/review auto_approve |
Auto-approved PR |
User description
The python path needed to be changed to work inside a docker container
PR Type
Bug fix, Enhancement
Description
execute_command
function.python_path
is always a string before using it.Changes walkthrough 📝
exec_external_tool.py
Fix and enhance command execution in Docker environment
codex/common/exec_external_tool.py
execute_command
function.python_path
is converted to a string.handling.