]> git.parisson.com Git - timeside.git/commitdiff
chore(core): Do not remove processors from pipe after run
authorThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 09:40:01 +0000 (11:40 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 09:40:01 +0000 (11:40 +0200)
timeside/core.py

index dfd9c2331aacfafebb5d328ce026337a0232941e..3e725edba3690853436360b5a27ba50728d15091 100644 (file)
@@ -381,7 +381,6 @@ class ProcessPipe(object):
         # Release processors
         for item in items:
             item.release()
-            self.processors.remove(item)
 
         self._is_running = False