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 464e80c commit 35a009bCopy full SHA for 35a009b
doc/changelog.d/2255.added.md
@@ -0,0 +1 @@
1
+Check for match
src/ansys/geometry/core/connection/product_instance.py
@@ -466,7 +466,7 @@ def prepare_and_start_backend(
466
import shutil
467
468
if not any(
469
- CORE_GEOMETRY_SERVICE_EXE.replace(".exe", "") in file.name
+ CORE_GEOMETRY_SERVICE_EXE.replace(".exe", "") == file.name
470
for file in Path(root_service_folder).iterdir()
471
):
472
if not shutil.which("dotnet"):
0 commit comments