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 87f9e5b commit 05bfa3dCopy full SHA for 05bfa3d
bindings/python/tests/model/test-py-brep.py
@@ -24,7 +24,7 @@
24
import platform
25
26
if sys.version_info >= (3, 8, 0) and platform.system() == "Windows":
27
- for path in [x.strip() for x in os.environ["PATH"].split("") if x]:
+ for path in [x.strip() for x in os.environ["PATH"].split(";") if x]:
28
os.add_dll_directory(path)
29
30
import opengeode_py_basic as basic
0 commit comments