Skip to content

Commit 35a009b

Browse files
feat: check for match (#2255)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 464e80c commit 35a009b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/2255.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Check for match

src/ansys/geometry/core/connection/product_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def prepare_and_start_backend(
466466
import shutil
467467

468468
if not any(
469-
CORE_GEOMETRY_SERVICE_EXE.replace(".exe", "") in file.name
469+
CORE_GEOMETRY_SERVICE_EXE.replace(".exe", "") == file.name
470470
for file in Path(root_service_folder).iterdir()
471471
):
472472
if not shutil.which("dotnet"):

0 commit comments

Comments
 (0)