summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-05 04:25:53 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-06 10:35:25 +0100
commit9c9f0c884366ff1f0acc00e430f0eeb1b4391658 (patch)
treeb9fe8ce352f515231089c0c35a5c17c5ff540e8f
parent68426efeae6aae30f85ef81b8bdead96853df603 (diff)
Whitespace nit
-rw-r--r--kconfiglib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index c7510b2..61661c5 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -2830,6 +2830,7 @@ class Kconfig(object):
# 'prompt' properties override each other within a single definition of
# a symbol, but additional prompts can be added by defining the symbol
# multiple times
+
if node.prompt:
self._warn(_name_and_loc(node.item) +
" defined with multiple prompts in single location")