From 3af456107e8f1c1b9b9479e22f967d86c3e68b23 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 3 Mar 2023 17:08:51 +0100 Subject: [PATCH] Cut the 3 from python command to follow shebang recommendations https://docs.ansible.com/ansible-core/devel/dev_guide/testing/sanity/shebang.html --- run_all_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_all_tests.py b/run_all_tests.py index 736e02e..b7779a5 100755 --- a/run_all_tests.py +++ b/run_all_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python import yaml import os