Commit f9d07331 authored by Matthieu Cattin's avatar Matthieu Cattin

rr2vv: Update vme access library path for new folder structure.

parent 09ed4c4b
......@@ -27,7 +27,7 @@ class VME_rr_compatible(VME):
Lun is set when creating a VME object
"""
cwd = os.path.dirname(__file__)
self.lib = CDLL(cwd + '/../../svec_pts/src/lib/libvv_pts.so')
self.lib = CDLL(cwd + '/../../../svec_pts/src/lib/libvv_pts.so')
int = 0
if type(lun) == type(int):
self.lun = lun
......
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