~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/model/bugwatch.py

  • Committer: Gary Poster
  • Date: 2011-07-27 15:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 13541.
  • Revision ID: gary.poster@canonical.com-20110727152532-50akr19c7mgcj5qu
add config option for timeout value

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
            not self.getImportedBugMessages().is_empty()):
234
234
            raise BugWatchDeletionError(
235
235
                "Can't delete bug watches linked to tasks or comments.")
236
 
        # Remove any BugWatchActivity entries for this bug watch.
237
 
        self.activity.remove()
238
236
        # XXX 2010-09-29 gmb bug=647103
239
237
        #     We flush the store to make sure that errors bubble up and
240
238
        #     are caught by the OOPS machinery.