Skip to content

Commit 3e38f79

Browse files
Fixed name of Comsol executable in disk-search on Linux/macOS.
Co-authored-by: Marie Houillon <houillonmarie@gmail.com>
1 parent 2084d29 commit 3e38f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mph/discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def search_disk(architecture: str) -> list[Path]:
219219
root = folder
220220

221221
# Make sure Comsol executable exists in platform-specific sub-folder.
222-
comsol = root/'bin'/architecture/'comsol.exe'
222+
comsol = root/'bin'/architecture/'comsol'
223223
if not comsol.is_file():
224224
log.debug(f'Did not find Comsol executable in "{comsol.parent}".')
225225
continue

0 commit comments

Comments
 (0)