The second part of that being, actually set it to 1 and not True

This commit is contained in:
Chris Jones 2010-03-21 00:49:22 +00:00
parent 53ef40d847
commit 1a6f659a40
1 changed files with 1 additions and 1 deletions

View File

@ -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