diff options
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index c144283..0cab18f 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3115,7 +3115,7 @@ class Comment(Item): "(no additional dependencies)") return _lines("Comment", - "Text: " + str(self._text), + "Text: " + self._text, "Dependencies: " + dep_str, "Additional dependencies from enclosing menus and ifs:", additional_deps_str, |
