From ceaf535cbbcb01b5947d986ff4c1b91d3b894fd1 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Wed, 8 Aug 2012 14:07:36 +0000 Subject: [PATCH] The option to debug pubsub message is working again --- invesalius/invesalius.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/invesalius.py b/invesalius/invesalius.py index 5a40b39..0fbc8c1 100755 --- a/invesalius/invesalius.py +++ b/invesalius/invesalius.py @@ -218,7 +218,7 @@ def parse_comand_line(): # If debug argument... if options.debug: - Publisher.subscribe(print_events, '') + Publisher.subscribe(print_events, Publisher.ALL_TOPICS) session.debug = 1 # If import DICOM argument... -- libgit2 0.21.2