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 6641da6 commit dd6df8eCopy full SHA for dd6df8e
doc/changelog.d/1289.fixed.md
@@ -0,0 +1 @@
1
+fix: manifest path should render as posix rather than uri
src/ansys/geometry/core/connection/product_instance.py
@@ -413,7 +413,7 @@ def _manifest_path_provider(
413
)
414
415
if def_manifest_path.exists():
416
- return def_manifest_path.as_uri()
+ return def_manifest_path.as_posix()
417
else:
418
msg = (
419
"Default manifest file's path does not exist."
0 commit comments