From 85403141818fbd9cb1acbae73e315b346087ee68 Mon Sep 17 00:00:00 2001 From: Andre Maroneze <andre.oliveiramaroneze@cea.fr> Date: Fri, 6 Dec 2019 14:52:45 +0100 Subject: [PATCH] [fc-script] use python3 everywhere Prevents issue when the `python` command is not installed in the system. Since all other scripts already require python3, this should not be an issue. --- share/analysis-scripts/list_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/analysis-scripts/list_files.py b/share/analysis-scripts/list_files.py index 7a1a8972dc6..0b6dab0c6f4 100755 --- a/share/analysis-scripts/list_files.py +++ b/share/analysis-scripts/list_files.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 #-*- coding: utf-8 -*- ########################################################################## # # -- GitLab