From c7d525df977e20358e3395cc587900a536779cbc Mon Sep 17 00:00:00 2001 From: barate Date: Tue, 28 Aug 2012 13:02:53 +0000 Subject: [PATCH] Use local filename for output files importation (patch from B. Sabatier) --- src/Core/Batch_BatchManager_eClient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2