diff options
Diffstat (limited to 'bitbake/bin/bitdoc')
-rwxr-xr-x | bitbake/bin/bitdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/bitdoc b/bitbake/bin/bitdoc index 3bcc9b344b..4940f660a6 100755 --- a/bitbake/bin/bitdoc +++ b/bitbake/bin/bitdoc | |||
@@ -453,6 +453,8 @@ def main(): | |||
453 | except bb.parse.ParseError: | 453 | except bb.parse.ParseError: |
454 | bb.fatal( "Unable to parse %s" % config_file ) | 454 | bb.fatal( "Unable to parse %s" % config_file ) |
455 | 455 | ||
456 | if isinstance(documentation, dict): | ||
457 | documentation = documentation[""] | ||
456 | 458 | ||
457 | # Assuming we've the file loaded now, we will initialize the 'tree' | 459 | # Assuming we've the file loaded now, we will initialize the 'tree' |
458 | doc = Documentation() | 460 | doc = Documentation() |