From d19df28b4fad717188b877e06d15857357ce8dbd Mon Sep 17 00:00:00 2001 From: kk Date: Tue, 3 Jan 2017 13:30:45 -0500 Subject: [PATCH] fix syntax errors in labels.py Change-Id: I3ef0a2d5c86c26434c2440da7d6e4d55562052ef --- sahara/plugins/labels.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sahara/plugins/labels.py b/sahara/plugins/labels.py index 04616a75..55dce84a 100644 --- a/sahara/plugins/labels.py +++ b/sahara/plugins/labels.py @@ -210,8 +210,8 @@ class LabelHandler(object): _("Plugin %s is not enabled") % plugin_name) if plb.get('deprecated', {}).get('status', False): - LOG.warning(_LW("Plugin %s is deprecated and can removed in next " - "release") % plugin_name) + LOG.warning(_LW("Plugin %s is deprecated and can be removed in " + "the next release") % plugin_name) vlb = details.get(VERSION_LABELS_SCOPE, {}).get(version, {}) if not vlb.get('enabled', {}).get('status'):