summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 792e20f..0e16373 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -5894,7 +5894,6 @@ def standard_sc_expr_str(sc):
return '"{}"'.format(escape(sc.name))
return sc.name
- # Choice
return "<choice {}>".format(sc.name) if sc.name else "<choice>"