From: barate Date: Tue, 28 Aug 2012 13:02:53 +0000 (+0000) Subject: Use local filename for output files importation (patch from B. Sabatier) X-Git-Tag: V1_6_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c7d525df977e20358e3395cc587900a536779cbc;p=tools%2Flibbatch.git Use local filename for output files importation (patch from B. Sabatier) --- diff --git a/src/Core/Batch_BatchManager_eClient.cxx b/src/Core/Batch_BatchManager_eClient.cxx index 30a528d..fa816fc 100644 --- a/src/Core/Batch_BatchManager_eClient.cxx +++ b/src/Core/Batch_BatchManager_eClient.cxx @@ -167,7 +167,7 @@ namespace Batch { CoupleType cpt = *static_cast< CoupleType * >(*Vit); Couple outputFile = cpt; status = _protocol.copyFile(outputFile.getRemote(), _hostname, _username, - directory, "", ""); + outputFile.getLocal(), "", ""); if (status) { // Try to get what we can (logs files) // throw BatchException("Error of connection on remote host");