Fix minor pylint induced syntax issue

This commit is contained in:
Chris Jones 2010-01-22 19:04:37 +00:00
parent 5c0a882aaa
commit bc308c30e4
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ WM_WINDOW_ROLE property on the window')
if options.debug:
util.DEBUG = True
if options.debug >1:
if options.debug > 1:
util.DEBUGFILES = True
if options.working_directory: