Skip to content
Snippets Groups Projects
Commit 5f5a7a6b authored by Krzysztof Mochocki's avatar Krzysztof Mochocki
Browse files

Run teardown on close in node

parent 17e8a8f3
No related branches found
No related tags found
1 merge request!246Clive integration related fixes
......@@ -524,6 +524,7 @@ class Node(BaseNode, ScopedObject):
def close(self) -> None:
self.__process.close()
self.__notifications.close()
self.teardown()
self.__disable_logging()
def at_exit_from_scope(self) -> None:
......
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