Commit ceaf535cbbcb01b5947d986ff4c1b91d3b894fd1
1 parent
6764eed4
Exists in
master
and in
5 other branches
The option to debug pubsub message is working again
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/invesalius.py
... | ... | @@ -218,7 +218,7 @@ def parse_comand_line(): |
218 | 218 | |
219 | 219 | # If debug argument... |
220 | 220 | if options.debug: |
221 | - Publisher.subscribe(print_events, '') | |
221 | + Publisher.subscribe(print_events, Publisher.ALL_TOPICS) | |
222 | 222 | session.debug = 1 |
223 | 223 | |
224 | 224 | # If import DICOM argument... | ... | ... |