diff --git a/docs/index.rst b/docs/index.rst index e68901e2..01665aa1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -438,12 +438,12 @@ execution of all corresponding non-wrappper *hookimpls*. """Wrap calls to ``setup_project()`` implementations which should return json encoded config options. """ - if config.debug: - print("Pre-hook config is {}".format(config.tojson())) - # get initial default config defaults = config.tojson() + if config.debug: + print("Pre-hook config is {}".format(config.tojson())) + # all corresponding hookimpls are invoked here outcome = yield