[Webkit-unassigned] [Bug 223819] New: Fix TypeError: Can't mix strings and bytes in path components in Tools/Scripts/dump-class-layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 14:09:52 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223819

            Bug ID: 223819
           Summary: Fix TypeError: Can't mix strings and bytes in path
                    components in Tools/Scripts/dump-class-layout
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: twilco.o at protonmail.com

When running the `dump-class-layout` script, I get this error:

$ dump-class-layout -c Release WebCore Pair
Traceback (most recent call last):
  File "/home/twilco/projects/webkit/Tools/Scripts//dump-class-layout", line 88, in <module>
    main()
  File "/home/twilco/projects/webkit/Tools/Scripts//dump-class-layout", line 80, in main
    target_path = os.path.join(build_dir, args.config, args.framework + ".framework", args.framework);
  File "/usr/lib/python3.9/posixpath.py", line 90, in join
    genericpath._check_arg_types('join', a, *p)
  File "/usr/lib/python3.9/genericpath.py", line 155, in _check_arg_types
    raise TypeError("Can't mix strings and bytes in path components") from None
TypeError: Can't mix strings and bytes in path components

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210326/cb34c44c/attachment.htm>


More information about the webkit-unassigned mailing list