We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2bb7b commit f9d6187Copy full SHA for f9d6187
pspy_proxy/common.py
@@ -1,4 +1,4 @@
1
from pathlib import Path
2
-from sys import executable as execPATH
+from sys import executable
3
# out_path = Path('~/.pspy/bin').expanduser()
4
-out_path = Path(execPATH).parent.expanduser()
+out_path = Path(executable).parent.expanduser()
0 commit comments