Skip to content
Snippets Groups Projects
Commit 5ddbe348 authored by Edvin Bergström's avatar Edvin Bergström
Browse files

A fix for issue19

parent 8a650670
No related branches found
No related tags found
No related merge requests found
Pipeline #17364 failed
import sys,os
# sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src", "Release"))
# sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src"))
import conf
import library
......@@ -14,8 +14,8 @@
# Two paths here to work on both Windows and Linux
import sys,os
# sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src", "Release"))
# sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src"))
sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src", "Release"))
sys.path.append(os.path.join(os.getcwd(), "..", "build", "python-api-src"))
# -- Project information -----------------------------------------------------
......
import sys,os
import conf
import library
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment