~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/codeimport/workermonitor.py

  • Committer: Robert Collins
  • Date: 2011-10-25 04:39:02 UTC
  • mto: This revision was merged to the branch mainline in revision 14213.
  • Revision ID: robertc@robertcollins.net-20111025043902-m5wk5gy2wmafsycn
And yet more valid lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
            'request': errorlog.ScriptRequest(
147
147
                [('code_import_job_id', self._job_id)], self._branch_url)
148
148
            }
149
 
        report = config.create(report)
 
149
        report = config.create(context)
150
150
        ids = config.publish(report)
151
151
        if ids:
152
152
            self._logger.info(