← Back to team overview

zeitgeist team mailing list archive

[Bug 673916] [NEW] ZeitgeistEngine.get_events() returns wrong result if there are duplicates in the ids argument

 

Public bug reported:

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.

** Affects: zeitgeist
     Importance: High
         Status: New

** Branch linked: lp:~zeitgeist/zeitgeist/fix-673916-GetEvent-duplicate-
id

** Changed in: zeitgeist
   Importance: Undecided => High

** Changed in: zeitgeist
    Milestone: None => 0.7.0

-- 
ZeitgeistEngine.get_events() returns wrong result if there are duplicates in the ids argument
https://bugs.launchpad.net/bugs/673916
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.

Status in Zeitgeist Framework: New

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.





Follow ups

References