Browse Source

Minor corrections to runSolver

Andrej 2 years ago
parent
commit
1de965453e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pythonScripts/runSolver.py

+ 2 - 2
pythonScripts/runSolver.py

@@ -291,8 +291,8 @@ def loadSolutionFromRef(setup, loadAll=False):
          localPath=os.path.join(localDir,f)
          remotePath='/'.join([remoteDir,f])
          fb.readFileToFile(remotePath,localPath)
-         print('Loaded {}/{} {}'.format(i+1,n,localPath)
-         i+=1
+      print('Loaded {}/{} {}'.format(i+1,n,localDir))
+      i+=1
    return loadSolutionFromDir(localDir,loadAll)
 
 def merge(a1,a2):