Loading cloudcontrol/common/client/tags.py +2 −2 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
cloudcontrol/common/client/tags.py +2 −2 Original line number Diff line number Diff line Loading @@ -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() Loading