From fc242a28a262c76e98cf0eeddcfff279eee35322 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 4 Jul 2014 11:40:01 +0200 Subject: [PATCH] chore(core): Do not remove processors from pipe after run --- timeside/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/timeside/core.py b/timeside/core.py index dfd9c23..3e725ed 100644 --- a/timeside/core.py +++ b/timeside/core.py @@ -381,7 +381,6 @@ class ProcessPipe(object): # Release processors for item in items: item.release() - self.processors.remove(item) self._is_running = False -- 2.39.5