Fix a missing continue.
This commit is contained in:
parent
c593116f2a
commit
b297237a79
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user