Commit c8a7aced32d935fda46501bbcd7bc8ae58c6ebc7
1 parent
b0b508db
Exists in
master
and in
5 other branches
Debug option is working again
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/invesalius.py
... | ... | @@ -214,7 +214,7 @@ def parse_comand_line(): |
214 | 214 | |
215 | 215 | # If debug argument... |
216 | 216 | if options.debug: |
217 | - ps.Publisher().subscribe(print_events, ps.ALL_TOPICS) | |
217 | + ps.Publisher().subscribe(print_events, '') | |
218 | 218 | session.debug = 1 |
219 | 219 | |
220 | 220 | # If import DICOM argument... | ... | ... |