From 613f11bb33b43184176a223084e14050464f3a82 Mon Sep 17 00:00:00 2001 From: Alexander Ignatov Date: Wed, 8 Jul 2015 17:14:46 +0300 Subject: [PATCH] Removed typo in log when stack not found "not not" turned to "not" Change-Id: I1adbcf89c4e459e6819d3168a30251e174e90354 --- heat/api/cfn/v1/stacks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/api/cfn/v1/stacks.py b/heat/api/cfn/v1/stacks.py index 27e847e4b..e0e1d2c10 100644 --- a/heat/api/cfn/v1/stacks.py +++ b/heat/api/cfn/v1/stacks.py @@ -395,7 +395,7 @@ class StackController(object): return exception.map_remote_error(ex) if templ is None: - msg = _('stack not not found') + msg = _('stack not found') return exception.HeatInvalidParameterValueError(detail=msg) return api_utils.format_response('GetTemplate',