~bigkevmcd/offspring/build-stats-for-project-group

« back to all changes in this revision

Viewing changes to lib/offspring/web/queuemanager/metrics.py

  • Committer: Kevin McDermott
  • Date: 2011-12-14 15:35:33 UTC
  • Revision ID: kevin@canonical.com-20111214153533-dkj6tl3a781wd02w
Remove extra character from docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        only BuildRequests with no requestor will be used, otherwise
27
27
        BuildRequests with the requestor field populated will be used.
28
28
 
29
 
    NOTE: If project and project_group are supplied, only project will be used.o
 
29
    NOTE: If project and project_group are supplied, only project will be used.
30
30
    """
31
31
    # FIXME: This should really be done using PostgreSQL queries, but the tests
32
32
    # don't run using PostgreSQL...