From 1a6f659a400b70873692e35ecc31e2854657e4a9 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 21 Mar 2010 00:49:22 +0000 Subject: [PATCH] The second part of that being, actually set it to 1 and not True --- terminatorlib/optionparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/optionparse.py b/terminatorlib/optionparse.py index 683755c1..19c759a3 100755 --- a/terminatorlib/optionparse.py +++ b/terminatorlib/optionparse.py @@ -87,7 +87,7 @@ WM_WINDOW_ROLE property on the window') if options.debug_classes or options.debug_methods: if not options.debug > 0: - options.debug = True + options.debug = 1 if options.debug: util.DEBUG = True