PEP8: comparison to None should be 'if cond is not None:'

This commit is contained in:
labrys 2016-05-31 03:26:59 -04:00 committed by Labrys
commit 948ead5408

View file

@ -54,7 +54,7 @@ class autoProcessComics(object):
if remote_path:
params['nzb_folder'] = remoteDir(dirName)
if inputName != None:
if inputName is not None:
params['nzb_name'] = inputName
success = False