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 ccea554 commit 6ad9523Copy full SHA for 6ad9523
bin/m64py
@@ -20,9 +20,9 @@ import os
20
import sys
21
import signal
22
23
-if os.path.isdir(os.path.join(".", "src")) and os.path.isfile(
24
- os.path.join(".", "setup.py")):
25
- sys.path.insert(0, os.path.realpath("src"))
+if os.path.isdir(os.path.join("..", "src")) and os.path.isfile(
+ os.path.join("..", "setup.py")):
+ sys.path.insert(0, os.path.realpath(os.path.join("..", "src")))
26
27
try:
28
from PyQt5.QtWidgets import QApplication
0 commit comments