diff --git a/staging-installcheck.py b/staging-installcheck.py index bb59a317..4454a88b 100755 --- a/staging-installcheck.py +++ b/staging-installcheck.py @@ -179,7 +179,7 @@ class InstallChecker(object): for req in status.findall('staged_requests/request'): if req.get('type') == 'delete': - result = result and self.check_delete_request(req, to_ignore, to_delete, result_comment) + result = self.check_delete_request(req, to_ignore, to_delete, result_comment) and result for arch in architectures: # hit the first repository in the target project (if existant)