From 8b6a550d6dfa086935bf695ded1cdad89a383ff4 Mon Sep 17 00:00:00 2001 From: Michael Fenn Date: Mon, 5 Aug 2013 19:29:25 -0400 Subject: Make pylint happy --- src/lib/Bcfg2/Server/Plugins/Metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Bcfg2/Server/Plugins/Metadata.py b/src/lib/Bcfg2/Server/Plugins/Metadata.py index 973acb89a..512090ac5 100644 --- a/src/lib/Bcfg2/Server/Plugins/Metadata.py +++ b/src/lib/Bcfg2/Server/Plugins/Metadata.py @@ -982,7 +982,7 @@ class Metadata(Bcfg2.Server.Plugin.Metadata, if g in self.groups and self.groups[g].is_profile] if profiles != [profile]: self.logger.info("Changing %s profile from %s to %s" % - (client, profiles, profile)) + (client, profiles, profile)) self.update_client(client, dict(profile=profile)) if client in self.clientgroups: for prof in profiles: -- cgit v1.2.3-1-g7c22