mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
PEP8: comparison to None should be 'if cond is not None:'
This commit is contained in:
parent
061a167b56
commit
948ead5408
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue