Explorar o código

Have loadLibrary reload path to installed python module

Andrej Studen %!s(int64=3) %!d(string=hai) anos
pai
achega
9fc529ced9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      wrapper/nixWrapper.py

+ 1 - 0
wrapper/nixWrapper.py

@@ -136,6 +136,7 @@ def loadLibrary(name,doReload=True):
     
     sys.path.append(finalName)
     updateSetup(name,finalName)
+    return finalName
 
 def updateSetup(name,path):