tools: Fix gn_check_autofix.py with Python3
Bug: None Change-Id: Ib81f02823cae4a10697566d5889d4814a0184503 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257903 Auto-Submit: Florent Castelli <orphis@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36425}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
fd6a4d6e2a
commit
48ad72e9eb
@ -165,7 +165,7 @@ def main():
|
||||
return 1
|
||||
|
||||
for error in errors:
|
||||
error = error.split('\\n')
|
||||
error = error.split('\n')
|
||||
target_msg = 'The target:'
|
||||
if target_msg not in error:
|
||||
target_msg = 'It is not in any dependency of'
|
||||
|
||||
Reference in New Issue
Block a user