From fad0abf539dc2141a3937f040e16703e38654fe3 Mon Sep 17 00:00:00 2001 From: MacroFake Date: Sat, 30 Apr 2022 11:24:36 +0200 Subject: lint: Fix lint-circular-dependencies.py file list --- test/lint/lint-format-strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lint/lint-format-strings.py') diff --git a/test/lint/lint-format-strings.py b/test/lint/lint-format-strings.py index 5a36da11fd..28e7b1e4ff 100755 --- a/test/lint/lint-format-strings.py +++ b/test/lint/lint-format-strings.py @@ -36,7 +36,7 @@ RUN_LINT_FILE = 'test/lint/run-lint-format-strings.py' def check_doctest(): command = [ - 'python3', + sys.executable, '-m', 'doctest', RUN_LINT_FILE, -- cgit v1.2.3