diff options
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 5e51ff6..21a4897 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -278,7 +278,7 @@ class Config(object): def warn_override(filename, linenr, name, old_user_val, new_user_val): self._warn('overriding the value of {0}. ' 'Old value: "{1}", new value: "{2}".' - .format(name, old_user_val, new_user_val), + .format(name, old_user_val, new_user_val), filename, linenr) # Invalidate everything to keep things simple. It might be possible to |
