Skip to content

Commit 3e2bb7b

Browse files
author
vtheno
committed
FIX typo
1 parent a4ff399 commit 3e2bb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pspy_proxy/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pathlib import Path
2-
import sys.executeable as execPATH
2+
from sys import executable as execPATH
33
# out_path = Path('~/.pspy/bin').expanduser()
44
out_path = Path(execPATH).parent.expanduser()

0 commit comments

Comments
 (0)