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 2a6a8da commit 68314f0Copy full SHA for 68314f0
1 file changed
aw_qt/manager.py
@@ -78,7 +78,7 @@ def _discover_modules_bundled() -> List[str]:
78
79
""" Find all aw- modules in PATH """
80
def _discover_modules_system() -> List[str]:
81
- search_paths = os.environ["PATH"].split(":")
+ search_paths = os.get_exec_path()
82
modules = []
83
for path in search_paths:
84
if os.path.isdir(path):
0 commit comments