From a67981d1e8117c74c20adf3bc657eaf81cb8971a Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Wed, 19 Feb 2020 18:57:43 +0100 Subject: [PATCH] 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 --- tools/make_ceph_disk_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_ceph_disk_list.py b/tools/make_ceph_disk_list.py index 0b6e954f46..7a22d9df27 100755 --- a/tools/make_ceph_disk_list.py +++ b/tools/make_ceph_disk_list.py @@ -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