~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/changelog_ui.py

  • Committer: Michael Hudson
  • Date: 2007-05-30 09:03:52 UTC
  • mfrom: (128.1.15 testing)
  • Revision ID: michael.hudson@canonical.com-20070530090352-2hdhyvs7jxgpoz1e
merge in the fix for #92435 too

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
            entry_list = scan_list[:pagesize]
68
68
            entries = h.get_changes(entry_list)
69
69
        except:
 
70
##             import sys
 
71
##             print sys.exc_info()[2]
 
72
##             import pdb; pdb.post_mortem(sys.exc_info()[2])
70
73
            self.log.exception('Exception fetching changes')
71
74
            raise InternalError('Could not fetch changes')
72
75