Loading cloudcontrol/common/client/tags.py +3 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,9 @@ class RootTagDB(TagDB): TagDB.__init__(self, tags=tags, sub_tags=sub_tags) def set_parent(self, parent): raise NotImplemented('Cannot set parent on RootTagDB') def async_cb(self, watcher, revents): logger.debug('Async RootTagDB') while True: Loading Loading
cloudcontrol/common/client/tags.py +3 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,9 @@ class RootTagDB(TagDB): TagDB.__init__(self, tags=tags, sub_tags=sub_tags) def set_parent(self, parent): raise NotImplemented('Cannot set parent on RootTagDB') def async_cb(self, watcher, revents): logger.debug('Async RootTagDB') while True: Loading