mirror of https://github.com/ansible/ansible.git
Make sure we don't end up with an empty PYTHONPATH (#16240)
When the PYTHONPATH is an empty string python will treat it as though the cwd is in the PYTHONPATH. This can be undesirable. So make sure we delete PYTHONPATH from the environment altgether in this case. Fixes #16195pull/16312/head
parent
27d0fe8d49
commit
c4838286ac
Loading…
Reference in New Issue