Browse Source

Update 'wrapper/nixWrapper.py'

Andrej Studen 2 years ago
parent
commit
b80ffe4416
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wrapper/nixWrapper.py

+ 1 - 1
wrapper/nixWrapper.py

@@ -112,7 +112,7 @@ def loadLibrary(name,doReload=True):
             out.write(data)
 
     r.release_conn()
-    
+    print('File  {}: {}'.format(tempFile,os.path.isfile(tempFile)))
     #2 Unzip
     with zipfile.ZipFile(tempFile,'r') as zip_ref:
         zip_ref.extractall(installDir)