From 23dc02085e5ad167cff76c4a078a9d300feadf9b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 4 Jun 2015 01:44:05 +0200 Subject: Warning formatting nit. --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index b04b5de..5cefdd2 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1310,8 +1310,8 @@ get the empty string as its value. If you're using kconfiglib via 'make (i)scriptconfig' it should have set up the environment correctly for you. If you still got this message, that might be an -error, and you should email ulfalizer a.t Google's email service. -.""" .format(stmt.name, env_var), +error, and you should email ulfalizer a.t Google's email service.""" + .format(stmt.name, env_var), filename, linenr) -- cgit v1.2.3