Skip to content

Commit f9d6187

Browse files
author
vtheno
committed
remove alias
1 parent 3e2bb7b commit f9d6187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pspy_proxy/common.py

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

0 commit comments

Comments
 (0)