~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/manager.py

  • Committer: Raphael Badin
  • Date: 2012-01-06 15:24:37 UTC
  • mto: This revision was merged to the branch mainline in revision 14654.
  • Revision ID: raphael.badin@canonical.com-20120106152437-xnotweoks4b2jj0b
Fix doctest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        # we can do is try them both again, and hope that the job
68
68
        # runs against a different builder.
69
69
        current_job.reset()
 
70
        del get_property_cache(builder).currentjob
70
71
        return
71
72
 
72
73
    if builder.failure_count > job_failure_count: