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
(cherry picked from commit a67981d1e8)
This commit is contained in:
committed by
John Fulton
parent
b5ff95a1c7
commit
9545cbc381
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user