Code review comment for lp:~psivaa/qa-iso-static-validation-test/qa-iso-static-validation-test

Revision history for this message
Paul Larson (pwlars) wrote :

Interesting, do we know how the problems page gets generated? Are there ever situations where it shows up in reports.html but not in the problem page? I assumed that one pulled from the other, or at least used the same process to find these uninstallable packages.

+ fh_probs_page = urllib2.urlopen(self.probs_url).read()
What happens if this fails?

« Back to merge proposal