Explorar o código

Make Python version not mandatory

Hugo Cachitas %!s(int64=9) %!d(string=hai) anos
pai
achega
1296562e3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nsist/configreader.py

+ 1 - 1
nsist/configreader.py

@@ -73,7 +73,7 @@ CONFIG_VALIDATORS = {
         ('exclude', False),
     ]),
     'Python': SectionValidator([
-        ('version', True),
+        ('version', False),
         ('bitness', False),
         ('format', False),
     ]),