From 5b18da92aa798a59c7b94c4cb71108dfdcc57506 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Fri, 1 Jul 2016 06:48:44 +0000
Subject: [PATCH] Task #8598: applied some patches from production

---
 LTA/LTAIngest/ltacp.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/LTA/LTAIngest/ltacp.py b/LTA/LTAIngest/ltacp.py
index 035c2c1fc87..9cb636433f0 100755
--- a/LTA/LTAIngest/ltacp.py
+++ b/LTA/LTAIngest/ltacp.py
@@ -430,7 +430,6 @@ class LtaCp:
                 p_remote_rm.communicate()
                 if p_remote_rm.returncode != 0:
                     logger.error("Could not remove remote fifo %s@%s:%s\n%s" % (self.src_user, self.src_host, self.remote_data_fifo, p_remote_rm.stderr))
-                self.remote_data_fifo = None
 
     def cleanup(self):
         logger.debug('ltacp %s: cleaning up' % (self.logId))
-- 
GitLab