Переглянути джерело

Minor corrections to runSolver

Andrej 2 роки тому
батько
коміт
1de965453e
1 змінених файлів з 2 додано та 2 видалено
  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):