~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/report-database-stats.py

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
    parser.add_option(
230
230
        "-i", "--interval", dest="interval", type=str,
231
231
        default=None, metavar="INTERVAL",
232
 
        help=
 
232
        help=(
233
233
            "Use statistics collected over the last INTERVAL period. "
234
234
            "INTERVAL is a string parsable by PostgreSQL "
235
 
            "such as '5 minutes'.")
 
235
            "such as '5 minutes'."))
236
236
    parser.add_option(
237
237
        "-n", "--limit", dest="limit", type=int,
238
238
        default=15, metavar="NUM",