Fix typo in previous commit.
This commit is contained in:
parent
40b1247b84
commit
b41523216f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ def main():
|
|||
prefix = None
|
||||
for p in sys.path:
|
||||
if p.startswith(path):
|
||||
prefix = path
|
||||
prefix = python_prefix
|
||||
break
|
||||
if not prefix:
|
||||
prefix = site.PREFIXES[-1]
|
||||
|
|
Loading…
Reference in a new issue