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 bae4c98 commit 335e341Copy full SHA for 335e341
mph/discovery.py
@@ -219,7 +219,7 @@ def search_disk(architecture: str) -> list[Path]:
219
root = folder
220
221
# Make sure Comsol executable exists in platform-specific sub-folder.
222
- comsol = root/'bin'/architecture/'comsol.exe'
+ comsol = root/'bin'/architecture/'comsol'
223
if not comsol.is_file():
224
log.debug(f'Did not find Comsol executable in "{comsol.parent}".')
225
continue
0 commit comments