~coverity-launchpad-sync-tool-team/coverity-launchpad-sync-tool/trunk

« back to all changes in this revision

Viewing changes to covlpsync/launchpad.py

  • Committer: Allan LeSage
  • Date: 2012-10-09 18:10:24 UTC
  • Revision ID: allan.lesage@canonical.com-20121009181024-u1obj6sqbpf3m7r4
Some temporary fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
 
172
172
        # TODO error handling, much?
173
173
        lp_bug = self.get_bug(lp_bug_id)
174
 
        lp_task = self.getTask(lp_bug, lp_series)
 
174
        lp_task = self.get_task(lp_bug, lp_series)
175
175
        lp_task.status = "Fix Committed"
176
176
        lp_task.save()
177
177