From 91045c896df5bc25bfdff7e7ceef54d1c99674d8 Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Wed, 13 Jul 2016 15:47:32 -0500 Subject: [PATCH] Further Resolves Issue #393 --- cement/core/foundation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cement/core/foundation.py b/cement/core/foundation.py index fa91d5b2..e6257e81 100644 --- a/cement/core/foundation.py +++ b/cement/core/foundation.py @@ -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' %