Commit c8a7aced32d935fda46501bbcd7bc8ae58c6ebc7

Authored by tfmoraes
1 parent b0b508db

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,7 +214,7 @@ def parse_comand_line():
214 214
215 # If debug argument... 215 # If debug argument...
216 if options.debug: 216 if options.debug:
217 - ps.Publisher().subscribe(print_events, ps.ALL_TOPICS) 217 + ps.Publisher().subscribe(print_events, '')
218 session.debug = 1 218 session.debug = 1
219 219
220 # If import DICOM argument... 220 # If import DICOM argument...