Changed spawn.find_executable to shutil.which()#132
Changed spawn.find_executable to shutil.which()#132kratos12310 wants to merge 1 commit intoopenstack:masterfrom
Conversation
The change was done to make it compatible for newer versions of python since ' distutil ' package is deprecated and slated for removal in python 3.12
|
Thank you for your contribution! This GitHub repository is just a mirror of https://opendev.org/openstack/devstack, where development really happens. Pull requests proposed on GitHub are automatically closed. If you are interested in pushing this code upstream, please note that OpenStack development uses Gerrit for change proposal and code review. If you have never contributed to OpenStack before, please see: Feel free to reach out to the First Contact SIG by sending an email to the openstack-discuss list with the tag '[First Contact]' in the subject line. To email the mailing list, you must first subscribe which can be done here: |
The change was done to make it compatible for newer versions of python since ' distutil ' package is deprecated and slated for removal in python 3.12