~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/reprocess-hwdb-submissions.py

  • Committer: Henning Eggers
  • Date: 2011-09-01 15:00:08 UTC
  • mto: This revision was merged to the branch mainline in revision 13871.
  • Revision ID: henning@canonical.com-20110901150008-4tahi7s0iln5wzq9
MoveĀ parameterĀ again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
            self.logger.error('Option --start must have an integer value.')
67
67
 
68
68
        reprocess_invalid_submissions(
69
 
            self.txn, self.logger, max_submissions, self.warnings)
 
69
            start, self.txn, self.logger, max_submissions, self.warnings)
70
70
 
71
71
if __name__ == '__main__':
72
72
    script = HWDBSubmissionProcessor(