Skip to content

Commit

Permalink
updated Makefile to use python3.7 for test/verify_boilerplate.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
Syd-Vigilant committed Jan 9, 2019
1 parent 67c30eb commit 64e869b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ check_trailing_whitespace:
.PHONY: check_headers
check_headers:
@echo "Checking file headers"
@python test/verify_boilerplate.py
@python3.7 test/verify_boilerplate.py

0 comments on commit 64e869b

Please sign in to comment.