~wwoods/apport/fedora

« back to all changes in this revision

Viewing changes to bin/crash-digger

  • Committer: Will Woods
  • Date: 2007-07-17 14:47:01 UTC
  • mfrom: (857.1.75 apport)
  • Revision ID: wwoods@metroid.rdu.redhat.com-20070717144701-2aiazkottxs22jba
mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                if self.verbose:
54
54
                    print 'duplicate db is now:'
55
55
                    print '-------------'
56
 
                    for k, v in self.crashdb._duplicate_db_dump(True):
 
56
                    for k, v in self.crashdb._duplicate_db_dump(True).iteritems():
57
57
                        print k, v
58
58
                    print '-------------'
59
59