NodeDataLookup utility should rely on python env
This change ensures that if there are several versions of Python installed, the interpreter used is the first one on the environment's $PATH. Change-Id: I48eec3d22e5a2a018554c6864efd52e4ab3c87ce Related-Bug: #1854214
This commit is contained in:
parent
ce80dfa47d
commit
a67981d1e8
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
# a copy of the License at
|
||||
|
Loading…
Reference in New Issue
Block a user