Skip to content

Commit

Permalink
Print %PATH%...
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Sep 19, 2024
1 parent 92addfa commit c34fa5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings/python/package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
if os.getenv("OCIO_PYTHON_LOAD_DLLS_FROM_PATH", "1") == "1":
for path in os.getenv("PATH", "").split(os.pathsep):
if os.path.exists(path) and path != ".":
print(path)
os.add_dll_directory(path)

del os, sys, platform
Expand Down

0 comments on commit c34fa5f

Please sign in to comment.