Commit 737ec04a214db872c6b6e9cb7cfe274c51d143e0

Authored by Thiago Franco de Moraes
1 parent 705a20e1
Exists in master

It was missing ALL_TOPICS in invesalius/pubsub/pub.py

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/pubsub/pub.py
... ... @@ -84,3 +84,4 @@ def sendMessage_no_hook(topicName: str, **msgdata):
84 84 Publisher.sendMessage(topicName, **msgdata)
85 85  
86 86 AUTO_TOPIC = Publisher.AUTO_TOPIC
  87 +ALL_TOPICS = Publisher.ALL_TOPICS
... ...