From 87ebbce2cd321b95b6145d160be5df5b09bb1bae Mon Sep 17 00:00:00 2001 From: Jordan Jensen Date: Mon, 1 Jul 2024 15:37:17 -0700 Subject: [PATCH] Use python3 to run licenses script --- docs/justfile | 2 +- scripts/licenses.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/justfile b/docs/justfile index 8479e15ef..1dba1e74c 100644 --- a/docs/justfile +++ b/docs/justfile @@ -1,3 +1,3 @@ licenses: - ../scripts/licenses.py > licenses.md + python3 ../scripts/licenses.py > licenses.md diff --git a/scripts/licenses.py b/scripts/licenses.py index ac1bb4ea2..c7cf22962 100755 --- a/scripts/licenses.py +++ b/scripts/licenses.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import os import fnmatch