Skip to content

Commit 3b18699

Browse files
committed
Change path filtering in python path discovery
1 parent 4e7a7a9 commit 3b18699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/search_emme_pythonpath.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function hasPythonEnv(basePath) {
144144
console.log(e);
145145
}
146146
}
147-
return filteredPaths;
147+
return exePaths;
148148
}
149149

150150
module.exports = {

0 commit comments

Comments
 (0)