Fix wrong variable use.
This commit is contained in:
parent
cc6bf70518
commit
cd3d0a6022
@ -110,7 +110,7 @@ def _group_find_request_group(self, request, opts):
|
||||
res.append(int(rq.attrib['id']))
|
||||
|
||||
if len(res) > 1:
|
||||
raise oscerr.ServiceRuntimeError('There are multiple group requests for package "{0}". This should not happen.'.format(package))
|
||||
raise oscerr.ServiceRuntimeError('There are multiple group requests for package "{0}". This should not happen.'.format(request))
|
||||
|
||||
if len(res) == 0 or res[0] == 0:
|
||||
#raise oscerr.ServiceRuntimeError('There is no grouping request for package "{0}"'.format(package))
|
||||
|
Loading…
x
Reference in New Issue
Block a user