MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
68 stars 30 forks source link

Launchpad retrieval process starts from scratch #126

Closed dicortazar closed 10 years ago

dicortazar commented 10 years ago

When using a meta-tracker in Launchpad (tracker that contains other trackers) this tracker is typically empty of bugs.

So, when calling the specific function "get_last_modification_date" in backend lp.py, the value None is returns, and the whole process starts from scratch. Although there are not duplicated bugs, this took around a couple of days in specific trackers such as OpenStack.

dicortazar commented 10 years ago

Thanks to sduenas and lcanas for their time to fix this