~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/process-hwdb-submissions.py

  • Committer: Henning Eggers
  • Date: 2011-09-01 15:10:31 UTC
  • mto: This revision was merged to the branch mainline in revision 13871.
  • Revision ID: henning@canonical.com-20110901151031-ce6k0q17rw1mubhf
Fix options.warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                return
56
56
 
57
57
        process_pending_submissions(
58
 
            self.txn, self.logger, max_submissions, self.warnings)
 
58
            self.txn, self.logger, max_submissions, self.options.warnings)
59
59
 
60
60
if __name__ == '__main__':
61
61
    script = HWDBSubmissionProcessor(