Explorar o código

Minor corrections to runSolver

Andrej %!s(int64=2) %!d(string=hai) anos
pai
achega
1de965453e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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):