From 7fbf1cb810bb1174cf0fbc5c02442853fcf4e147 Mon Sep 17 00:00:00 2001 From: Angus Holder Date: Fri, 22 Sep 2017 15:44:15 +0100 Subject: [PATCH] Revert accidental change --- lib/cretonne/meta/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cretonne/meta/check.sh b/lib/cretonne/meta/check.sh index c7fd511ec1..655092e6cb 100755 --- a/lib/cretonne/meta/check.sh +++ b/lib/cretonne/meta/check.sh @@ -15,7 +15,7 @@ runif() { runif flake8 . # Type checking. -runif python3 -m mypy --py2 build.py +runif mypy --py2 build.py # Python unit tests. runif python -m unittest discover