Skip to content
Snippets Groups Projects
Commit dd31e971 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8598: applied some patches from production

parent 30c64162
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment