Salome HOME
Use local filename for output files importation (patch from B. Sabatier)
authorbarate <barate>
Tue, 28 Aug 2012 13:02:53 +0000 (13:02 +0000)
committerbarate <barate>
Tue, 28 Aug 2012 13:02:53 +0000 (13:02 +0000)
src/Core/Batch_BatchManager_eClient.cxx

index 30a528d39114cfea1a5e29bb46387c24b8a1da9c..fa816fc5fc4f4524fa889749b10fe2b96d9a4cb9 100644 (file)
@@ -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");