check_metadata.py should run with python 3

This commit is contained in:
Thom Wiggers 2019-01-29 17:38:19 +01:00
parent c2747e6860
commit bdf12d8258
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -206,4 +206,4 @@ apply-tidy-all:
.PHONY: check-metadata
check-metadata:
python test/check_metadata.py
python3 test/check_metadata.py