diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-15 19:35:06 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-15 19:35:06 +0100 |
| commit | 183205912e0ffccaf18853ba73afc820ed454ff7 (patch) | |
| tree | 38fd5c8e19fdf18a84d50aedb79d59a3a47911bf | |
| parent | 5d4c1842173239fac868278d3afa88131cc04c04 (diff) | |
Remove redundant backslash
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 791d909..37bac98 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2139,7 +2139,7 @@ class Kconfig(object): Special version for load_config(). """ self._warn_undef_assign( - 'attempt to assign the value "{}" to the undefined symbol {}' \ + 'attempt to assign the value "{}" to the undefined symbol {}' .format(val, name), filename, linenr) def _warn_redun_assign(self, msg, filename=None, linenr=None): |
