summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-04 01:44:05 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-04 01:44:05 +0200
commit23dc02085e5ad167cff76c4a078a9d300feadf9b (patch)
treee2e32d1889459053d52497a49dec5912b5665b9a
parentd9007ab28b381ae45c2eae0baa349f130a41a262 (diff)
Warning formatting nit.
-rw-r--r--kconfiglib.py4
1 files 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)