Makes sure that the review project have the correct prefix
This commit is contained in:
parent
ca02624364
commit
41ed964435
@ -92,7 +92,7 @@ class RequestFinder(object):
|
||||
self.srs[int(request_id)] = {'project': project}
|
||||
|
||||
review = self._new_review_by_project(request_id, root)
|
||||
if review:
|
||||
if review and review.startswith(STG_PREFIX):
|
||||
self.srs[int(request_id)]['staging'] = review
|
||||
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user