From 29fc0f77420877ae7b01114a120bc8ff6d94cc15 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 3 Mar 2023 14:26:15 +0100 Subject: [PATCH] Change shebang from python to python3 to avoid confusion with python2 This script is a python3 script. --- 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 b7779a5..736e02e 100755 --- a/run_all_tests.py +++ b/run_all_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import yaml import os