"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "10b4e354b6d1f8e85279924e8f468bd572974249"
Commit f8887d8c authored by Davis King's avatar Davis King
Browse files

fix paths

parent 2a3cb83a
...@@ -8,7 +8,7 @@ def add_lib_to_dll_path(path): ...@@ -8,7 +8,7 @@ def add_lib_to_dll_path(path):
""" """
try: try:
import os import os
os.add_dll_directory(os.path.dirname(path)) os.add_dll_directory(os.path.join(os.path.dirname(path), '../../bin'))
except (AttributeError,KeyError): except (AttributeError,KeyError):
pass pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment