diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index b5c9e26..4df0e53 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1137,7 +1137,7 @@ class Kconfig(object): "variable FOO, but rather to the Kconfig Symbol FOO " "(which would commonly have 'option env=\"FOO\"' in " "its definition)." - .format(self._filename, self._linenr, e.message)) + .format(self._filename, self._linenr, str(e))) self._filename = filename self._linenr = 0 |
