summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 4b1497b..db45ac9 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1930,8 +1930,7 @@ def _expr_to_str_rec(expr):
_sym_str_string(expr[2])]
def _expr_to_str(expr):
- s = "".join(_expr_to_str_rec(expr))
- return s
+ return "".join(_expr_to_str_rec(expr))
# Tokens
(T_AND, T_OR, T_NOT,