Fix bug when groups are created.
This commit is contained in:
parent
97b57e1934
commit
a67e1a392f
@ -246,6 +246,7 @@ class CheckRepo(object):
|
||||
requests = []
|
||||
|
||||
if request_id:
|
||||
request_id = int(request_id)
|
||||
request = self.get_request(request_id)
|
||||
elif request:
|
||||
request_id = int(request.get('id'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user