shrink sfx some more

This commit is contained in:
ed 2020-05-12 00:26:40 +02:00
parent 866c74c841
commit 2a6a3aedd0
2 changed files with 5 additions and 4 deletions

View file

@ -260,7 +260,7 @@ def read_py(binp):
def get_pys():
ver, chk = read_py(sys.executable)
if chk:
if chk or PY2:
return [[chk, ver, sys.executable]]
hits = {sys.executable.lower(): sys.executable}