Use env python instead of /usr/bin/python
If running with tox venv, the python version (where all the requirements are installed) might be different than /usr/bin/python. We should use the one in the env. Change-Id: Ic69282b289fefeafa5a63b6da284f44c4b3c4b15
This commit is contained in:
parent
4718f620c7
commit
196c4f2df2
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Tool to generate a patch to remove direct tagging / branch-creating
|
||||
# rights for official OpenStack deliverables
|
||||
|
Loading…
Reference in New Issue
Block a user