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

The bugzilla issues_log table crashes when it's being generated #117

Closed canasdiaz closed 10 years ago

canasdiaz commented 10 years ago
[IssuesLog] Total issues to analyze: 4348
[IssuesLog] Analyzed 0/4348
/usr/lib/python2.7/dist-packages/storm/database.py:371: Warning: Field 'change_id' doesn't have a default value
  return function(*args, **kwargs)
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 65, in main
    ilogger.run()
  File "/usr/local/lib/python2.7/dist-packages/Bicho/post_processing/issues_log.py", line 267, in run
    db_ilog = self._copy_issue(db_ilog)
  File "/usr/local/lib/python2.7/dist-packages/Bicho/post_processing/issues_log.py", line 165, in _copy_issue
    aux.changed_by = db_ilog.changed_by
AttributeError: 'DBBugzillaIssuesLog' object has no attribute 'changed_by'