The second part of that being, actually set it to 1 and not True
This commit is contained in:
parent
53ef40d847
commit
1a6f659a40
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue