** Changed in: zeitgeist
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/673916

Title:
  ZeitgeistEngine.get_events() returns wrong result if there are
  duplicates in the ids argument

Status in Zeitgeist Framework:
  Fix Released

Bug description:
  As of today, ZeitgeistEngine.get_events([1, 1]) returns [None, <Event with 
id=1>] instead of [<Event with id=1>, <Event with id=1>]
  This worked in rev1629 but is not working in rev 1631 anymore.



_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to