zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #02806
[Bug 673916] Re: ZeitgeistEngine.get_events() returns wrong result if there are duplicates in the ids argument
** 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.
References