Fix minor pylint induced syntax issue
This commit is contained in:
parent
5c0a882aaa
commit
bc308c30e4
|
@ -82,7 +82,7 @@ WM_WINDOW_ROLE property on the window')
|
||||||
|
|
||||||
if options.debug:
|
if options.debug:
|
||||||
util.DEBUG = True
|
util.DEBUG = True
|
||||||
if options.debug >1:
|
if options.debug > 1:
|
||||||
util.DEBUGFILES = True
|
util.DEBUGFILES = True
|
||||||
|
|
||||||
if options.working_directory:
|
if options.working_directory:
|
||||||
|
|
Loading…
Reference in New Issue