fix a bug in preveius refactroring
Change-Id: I775dd41814efc06c9d2697514920a0313696c051
This commit is contained in:
parent
d1e1dcb654
commit
b95f625216
@ -49,7 +49,7 @@ class ListenerService(os_service.Service):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_topics_set(synchronizers, conf):
|
def _get_topics_set(synchronizers, conf):
|
||||||
topics = {[sync.get_topic(conf) for sync in synchronizers.values()]}
|
topics = {sync.get_topic(conf) for sync in synchronizers.values()}
|
||||||
topics.remove(None)
|
topics.remove(None)
|
||||||
return topics
|
return topics
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user