Merge "Don't translate event reason when adding hook event"

This commit is contained in:
Zuul 2019-02-18 07:42:05 +00:00 committed by Gerrit Code Review
commit 143961ffce
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ class Resource(status.ResourceStatus):
if self.stack.env.registry.matches_hook(self.name, hook):
self.trigger_hook(hook)
self._add_event(self.action, self.status,
_("%(a)s paused until Hook %(h)s is cleared")
"%(a)s paused until Hook %(h)s is cleared"
% {'a': action, 'h': hook})
LOG.info('Reached hook on %s', self)