From e7a42d037b230831fede1e2cd0136776900515ac Mon Sep 17 00:00:00 2001 From: Leandro Date: Mon, 27 Apr 2020 17:07:11 -0300 Subject: [PATCH] Normalize messages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3738950..7bda1647 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ MIN_PY3_MINOR_VERSION := 5 PY3_MINOR_VERSION := $(shell python3 --version | cut -d'.' -f2) ifneq ($(MIN_PY3_MINOR_VERSION), $(firstword $(sort $(PY3_MINOR_VERSION) $(MIN_PY3_MINOR_VERSION)))) - $(info Current python version is "3.$(PY3_MINOR_VERSION)") + $(info Current python version is 3.$(PY3_MINOR_VERSION)) $(error You must have at least 3.$(MIN_PY3_MINOR_VERSION) installed) endif