From 7a98e8df9a918d75b9a74f9cb40ef28fee17716e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 28 Nov 2019 11:48:04 +0100 Subject: [PATCH] use python2 explicitly for f31 --- cron.d/syncadmins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.d/syncadmins.py b/cron.d/syncadmins.py index 7490496..9da4861 100755 --- a/cron.d/syncadmins.py +++ b/cron.d/syncadmins.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import os import sys -- 2.43.0