summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lesana/collection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lesana/collection.py b/lesana/collection.py
index 92ffcbb..78b3e95 100644
--- a/lesana/collection.py
+++ b/lesana/collection.py
@@ -274,7 +274,7 @@ class Collection(object):
)
for uid in uids:
entry = self.entry_from_uid(uid)
- if not entry is None:
+ if entry is not None:
cache.delete_document(entry.idterm)
os.remove(os.path.join(self.itemdir, entry.fname))
else: