Build Sheriff: Fix syntax error in calculate_package_deps.py.
Python2 used to support 0-prefixed integers for octals. Python3 removed that in favor of the 0o prefix syntax. Fix the syntax error in calculate_package_deps.py by switching out the 0 for a 0o. Bug: 1163342 Change-Id: I84f181eb75c4ad75077ed898768eb37a12c51d65 TBR: thomasanderson@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612244 Commit-Queue: Patti <patricialor@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Patti <patricialor@chromium.org> Reviewed-by:Darren Shen <shend@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Patti <patricialor@chromium.org> Cr-Commit-Position: refs/heads/master@{#840398}
Showing
Please register or sign in to comment