From 7d4d48b1c4eca2e0292e6eaa4bcc00969a068139 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 16 Sep 2020 15:51:34 +0200 Subject: [PATCH] Update shebang for Python 3 script The feature-flags.py script uses pathlib which is only supported in Python 3. Update shebang to ensure it is run with the correct interpreter. Change-Id: I69ea0c90f68909399709626bddfc418e9df31acc --- tools/feature-flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/feature-flags.py b/tools/feature-flags.py index 4887fa4a8..921f93b31 100755 --- a/tools/feature-flags.py +++ b/tools/feature-flags.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Usage: run this script and copy the output to etc/kayobe/kolla.yml