Code review comment for lp://staging/~allanlesage/qa-coverage-dashboard/jenkinsapi-singleton

Revision history for this message
Chris Gagnon (chris.gagnon) wrote :

This looks good except for a pep8 issue

68 + if JENKINSAPI_JENKINS == None:

should be
if JENKINSAPI_JENKINS is None:

review: Needs Fixing

« Back to merge proposal