On 17-Jun-20 4:10 PM, Louise Kilheeney wrote:
Changed script to explicitly use python3 only to avoid
maintaining python 2.
Signed-off-by: Louise Kilheeney <louise.kilhee...@intel.com>
---
v2: removed check_output function as not required for python3.
---
usertools/dpdk-devbind.py | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/usertools/dpdk-devbind.py b/usertools/dpdk-devbind.py
index dc008823f..f29dd7f64 100755
--- a/usertools/dpdk-devbind.py
+++ b/usertools/dpdk-devbind.py
@@ -1,9 +1,8 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
Maybe drop the space before '/' too here.
Reviewed-by: Anatoly Burakov <anatoly.bura...@intel.com>
--
Thanks,
Anatoly