fix Ctrl-S issue and node context menu issue

This commit is contained in:
Huy Pham 2020-01-17 15:59:12 -08:00
parent b8ded52a66
commit 88625ffad8
6 changed files with 32 additions and 9 deletions

View file

@ -93,6 +93,9 @@ class CoreClient:
self.handling_throughputs = None
self.handling_events = None
self.xml_dir = None
self.xml_file = None
def reset(self):
# helpers
self.interfaces_manager.reset()