Ver Fonte

Merge pull request #1 from anki-code/master

Fix python version exception
Valentin há 5 anos atrás
pai
commit
58cfc1294a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      python_appimage/commands/build/app.py

+ 1 - 0
python_appimage/commands/build/app.py

@@ -53,6 +53,7 @@ def execute(appdir, name=None, python_version=None, linux_tag=None,
             if v > version:
                 release, version = entry, v
         elif v == python_version:
+            version = python_version
             release = entry
             break
     if release is None: