Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 546154
Collapse All | Expand All

(-)utils/llvm-build/llvmbuild/componentinfo.py (-1 / +1 lines)
Lines 425-431 Link Here
425
def load_from_path(path, subpath):
425
def load_from_path(path, subpath):
426
    # Load the LLVMBuild.txt file as an .ini format file.
426
    # Load the LLVMBuild.txt file as an .ini format file.
427
    parser = configparser.RawConfigParser()
427
    parser = configparser.RawConfigParser()
428
    parser.read(path)
428
    parser.read([path])
429
429
430
    # Extract the common section.
430
    # Extract the common section.
431
    if parser.has_section("common"):
431
    if parser.has_section("common"):

Return to bug 546154