From 4ae32d4d62d7bc000ac8d7ba8a6e046dab3e05f3 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 28 Oct 2022 01:00:24 +0300 Subject: [PATCH] Change shebang to python, because python3 is not installed by windows Python installed --- scripts/validate_filenames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate_filenames.py b/scripts/validate_filenames.py index ed23f3907114..b52f4f52fc2d 100755 --- a/scripts/validate_filenames.py +++ b/scripts/validate_filenames.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python import os try: