pep8: Fix object comparisons
This commit is contained in:
parent
c02ab5f2c5
commit
4f897a8675
4 changed files with 4 additions and 4 deletions
|
|
@ -96,7 +96,7 @@ class QueriesQueue(Optimization):
|
|||
|
||||
except BrowserUnavailable:
|
||||
# We consider this profil hasn't been [correctly] analysed
|
||||
if not id is None:
|
||||
if id is not None:
|
||||
self.queue.append((priority, id))
|
||||
finally:
|
||||
self.save()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue