From bdf12d8258cadff26e37efa10b3511451c3e68cc Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Tue, 29 Jan 2019 17:38:19 +0100 Subject: [PATCH] check_metadata.py should run with python 3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f2e5c55..9c6b893a 100644 --- a/Makefile +++ b/Makefile @@ -206,4 +206,4 @@ apply-tidy-all: .PHONY: check-metadata check-metadata: - python test/check_metadata.py + python3 test/check_metadata.py