Commit a6aca833 authored by Anael Beutot's avatar Anael Beutot Committed by Antoine Millet
Browse files

Fixed override set_parent in RootTagDB

Raise NotImplementedError.
parent 86fc9f55
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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: