Use posixpath instead of os.path in checkteamtags code.
The issue is that os.path uses backslashes when run on Windows, and makes it fail unittests. This change should make it so that it always uses forward slashes. R=sajjadm,martiniss,joenotcharles Bug: 1020240 Change-Id: Ie8637a23f6799d2d353971b7ce31c306edfaffa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894328Reviewed-by:Nodir Turakulov <nodir@chromium.org> Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#711924}
Showing
Please register or sign in to comment