Commit c706e136 authored by Martín Ferrari's avatar Martín Ferrari

another one

parent 967037fa
......@@ -30,7 +30,7 @@ class Node(object):
self.shutdown()
def shutdown(self):
for p in self._processes:
for p in self._processes.values():
p.destroy()
del self._processes
del self._pid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment