|
@@ -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):
|