Merge "Don't mask exceptions in _process_event"

This commit is contained in:
Zuul 2020-07-21 16:16:57 +00:00 committed by Gerrit Code Review
commit e5d3f946bc
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class GithubEventProcessor(object):
self._process_event()
finally:
self.log.debug("Finished event processing")
return self.event
return self.event
def _process_event(self):
if self.connector._stopped: