diff options
| -rw-r--r-- | kconfiglib.py | 4 |
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) |
