Further Resolves Issue #393

This commit is contained in:
BJ Dierkes 2016-07-13 15:47:32 -05:00
parent fc7a3f4273
commit 91045c896d

View File

@ -1086,6 +1086,7 @@ class CementApp(meta.MetaMixin):
# for any hooks other than the builtin framework hooks that we just
# defined here (above). Anything that we couldn't register here
# will be retried after setup
self.__retry_hooks__ = []
for hook_spec in self._meta.hooks:
if not self.hook.defined(hook_spec[0]):
LOG.debug('hook %s not defined, will retry after setup' %