We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
00:04:45 [17501/53424] ACTION //brave:brave_app_plist(//build/toolchain/mac:clang_x64) 00:04:45 FAILED: gen/brave/brave_app_plist_tweaked.plist 00:04:45 python3 ../../brave/build/mac/tweak_info_plist.py --brave_channel=nightly --****uct_dir_name=BraveSoftware/Brave-Browser-Nightly --brave_version=1.33.29 --brave_eddsa_key=**** --skip_signing --plist gen/chrome/chrome_app_plist_tweaked.plist --output gen/brave/brave_app_plist_tweaked.plist 00:04:45 Traceback (most recent call last): 00:04:45 File "/Users/jenkins/jenkins/workspace/test-brave-browser-build-macos-x64-nightly/src/out/Release/../../brave/build/mac/tweak_info_plist.py", line 121, in <module> 00:04:45 sys.exit(Main()) 00:04:45 File "/Users/jenkins/jenkins/workspace/test-brave-browser-build-macos-x64-nightly/src/out/Release/../../brave/build/mac/tweak_info_plist.py", line 88, in Main 00:04:45 plist = plistlib.readPlist(temp_info_plist.name) 00:04:45 AttributeError: module 'plistlib' has no attribute 'readPlist'
The text was updated successfully, but these errors were encountered:
Handled deprecated readPlist/writePlist in tweak_info_plist.py
cb4f8c4
fix brave/brave-browser#18965 Use load/dump for python3 instead.
simonhong
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: