[entropy.db] fix rss status dict

This commit is contained in:
Fabio Erculiani
2009-08-08 08:00:24 +02:00
parent 73ee752d28
commit 293bb928a0
+2
View File
@@ -1608,6 +1608,8 @@ class EntropyRepository:
srv_updates['added'] = {}
if not srv_updates.has_key('removed'):
srv_updates['removed'] = {}
if not srv_updates.has_key('light'):
srv_updates['light'] = {}
# if pkgatom (rss_atom) is in the "removed" metadata, drop it
if rss_atom in srv_updates['removed']: