misunderstood python
This commit is contained in:
parent
553eafa900
commit
f32a354b20
@ -70,7 +70,7 @@ def _checkercore_one_request(self, rq, cmd, opts):
|
|||||||
def _checker_parse_staging_prjs(self, opts):
|
def _checker_parse_staging_prjs(self, opts):
|
||||||
self.packages_staged = dict()
|
self.packages_staged = dict()
|
||||||
|
|
||||||
for letter in range(ord('A'), ord('I')):
|
for letter in range(ord('A'), ord('J')):
|
||||||
prj = "openSUSE:Factory:Staging:%s" % chr(letter)
|
prj = "openSUSE:Factory:Staging:%s" % chr(letter)
|
||||||
u = makeurl(opts.apiurl, ['source', prj, '_meta'])
|
u = makeurl(opts.apiurl, ['source', prj, '_meta'])
|
||||||
f = http_GET(u)
|
f = http_GET(u)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user