---
lib/bb/parse/parse_py/ConfHandler.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/bb/parse/parse_py/ConfHandler.py
b/lib/bb/parse/parse_py/ConfHandler.py
index 7069562..86d052a 100644
--- a/lib/bb/parse/parse_py/ConfHandler.py
+++ b/lib/bb/parse/parse_py/ConfHandler.py
@@ -39,7 +39,7 @@ def handleInclude(m, fn, lineno, data, force):
bb.msg.debug(3, bb.msg.domain.Parsing, "CONF %s:%d: including %s" % (fn,
lineno, s))
if force:
include(fn, s, data, "include required")
- else
+ else:
include(fn, s, data, False)
def handleExport(m, data):
--
1.6.6.1
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev