From 4f26cf4337703ea7251a36436344bac5019b84bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 25 Jun 2025 09:50:56 +0200 Subject: [PATCH] Fix python3_fact to run on hosts where there is no /usr/bin/python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- library/python3_fact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/python3_fact.py b/library/python3_fact.py index 0d9c569a1b..8615bbf6e4 100644 --- a/library/python3_fact.py +++ b/library/python3_fact.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import json from subprocess import check_output