Fix a missing continue.

This commit is contained in:
Alberto Planas 2014-06-25 12:55:07 +02:00
parent c593116f2a
commit b297237a79

View File

@ -338,6 +338,7 @@ class CheckRepo(object):
except urllib2.HTTPError as e:
print "Can't gather package information for (%s, %s)" % (rq.src_project, spec)
rq.updated = True
continue
if (spec_info['project'] != rq.src_project
or spec_info['package'] != rq.src_package) and not rq.updated: