Ver Fonte

Normalize messages

Leandro há 5 anos atrás
pai
commit
e7a42d037b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile

+ 1 - 1
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