-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Move python_interpreter
out of the config object.
#4343
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
Comments
@stsewd |
Yes, it's still open, and actually I was waiting to finish the changes related to all the config file before going for this one. |
okay, that means this issue needs to wait a little, right? |
Yeah, I mean we could start now, but it would cause some conflicts on some big PRs, anyway, not sure how deep would be this change, it may be very simple, but just in case. I'll let you know when we are safe to fix this |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi I am Aditya. Is this still on to do or someone else is working? |
@rshrc @Aditya-369 |
Hi @Aditya-369, I am working on this issue. I am so sorry that I forgot to comment here the same. |
@agarwalrounak cool no problem. |
I'm closing this, there were a lot of changes since this issue. python_interpreter is fine just there. |
The config object has a
python_interpreter
property, which just concatenates a string, this can be moved to a function.Ref to #4298 (comment)
The text was updated successfully, but these errors were encountered: