diff --git a/zuul/cmd/web.py b/zuul/cmd/web.py index c77a5db430..ed6b12b0fb 100755 --- a/zuul/cmd/web.py +++ b/zuul/cmd/web.py @@ -92,11 +92,10 @@ class WebServer(zuul.cmd.ZuulDaemonApp): self.setup_logging('web', 'log_config') self.log = logging.getLogger("zuul.WebServer") - self.configure_connections( - include_drivers=[zuul.driver.sql.SQLDriver, - zuul.driver.github.GithubDriver]) - try: + self.configure_connections( + include_drivers=[zuul.driver.sql.SQLDriver, + zuul.driver.github.GithubDriver]) self._run() except Exception: self.log.exception("Exception from WebServer:")