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

Error in get_last_modification_date() function in Launchpad backend #125

Closed dicortazar closed 10 years ago

dicortazar commented 10 years ago
Checking URL: https://bugs.launchpad.net
DBG: [19/Feb/2014-16:52:52] Bicho object created, options and backend initialized
Running Bicho with delay of 1 seconds
DBG: [19/Feb/2014-16:52:52] https://bugs.launchpad.net/openstack
Traceback (most recent call last):
  File "/usr/local/bin/bicho", line 25, in <module>
    retval = bicho.main.main()
  File "/usr/local/lib/python2.7/dist-packages/bicho/main.py", line 56, in main
    backend.run()
  File "/usr/local/lib/python2.7/dist-packages/bicho/backends/lp.py", line 972, in run
    last_mod_date = bugsdb.get_last_modification_date()
  File "/usr/local/lib/python2.7/dist-packages/bicho/db/database.py", line 243, in get_last_modification_date
    return self.backend.get_last_modification_date(self.store, tracker_id)
TypeError: get_last_modification_date() takes exactly 2 arguments (3 given)