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

Comment

parent c4e8174b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -432,12 +432,12 @@ class RootTagDB(TagDB):
        """
        self.main = main

        #: dict for async call storage, keep a part of log message
        #: dict for RPC async call storage, keep a part of log message
        self.async_calls = dict()

        # we keep track of pyev thread because all watchers must be started from
        # the same thread (ie Tag watchers)
        # of course if the TagDB is not initialized from the pyev thread, this
        # of course if the RootTagDB is not initialized from the pyev thread, this
        # would results in possible errors
        self.pyev_thread = threading.current_thread()
        self.queue = Queue.Queue()