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

(-)a/Source/JavaScriptCore/generate-bytecode-files (-1 / +1 lines)
Lines 163-169 if __name__ == "__main__": Link Here
163
        initBytecodesFile = openOrExit(initASMFileName, "w")
163
        initBytecodesFile = openOrExit(initASMFileName, "w")
164
164
165
    try:
165
    try:
166
        bytecodeSections = json.load(bytecodeFile, encoding = "utf-8")
166
        bytecodeSections = json.load(bytecodeFile)
167
    except:
167
    except:
168
        print("Unexpected error parsing {0}: {1}".format(bytecodeJSONFile, sys.exc_info()))
168
        print("Unexpected error parsing {0}: {1}".format(bytecodeJSONFile, sys.exc_info()))
169
169

Return to bug 766303