From 19678527e5ef0e9982eb319acfebabf95de62780 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Sat, 21 Aug 2021 10:20:57 +0000 Subject: [PATCH] chore(find-slow-to-highlight-files.py): be explicit about using python3 In many distros, `python` no longer leads to anything, and instead `python2` or `python3` need to be explicitly run. --- tests/scripts/find-slow-to-highlight-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/find-slow-to-highlight-files.py b/tests/scripts/find-slow-to-highlight-files.py index 50359df2..3e94b22f 100644 --- a/tests/scripts/find-slow-to-highlight-files.py +++ b/tests/scripts/find-slow-to-highlight-files.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # This script goes through all languages that are supported by 'bat'. For each # language, it loops over the correspoinding file extensions and searches a