summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/allnoconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/allnoconfig.py b/examples/allnoconfig.py
index 127c60d..dcff3f9 100644
--- a/examples/allnoconfig.py
+++ b/examples/allnoconfig.py
@@ -46,7 +46,7 @@ for sym in kconf.defined_syms:
if sym.is_allnoconfig_y:
sym.set_value(2)
-while 1:
+while True:
# Changing later symbols in the configuration can sometimes allow earlier
# symbols to be lowered, e.g. if a later symbol 'select's an earlier
# symbol. To handle such situations, we do additional passes over the tree