DescriptionFix relative file: paths in OWNERS with roots other than '/'
If an OWNERS file used the file: directive with a relative file
path, but was using a root other than '/' (e.g.
'/path/to/my/real/root'), then the include resolver would incorrectly
leave a leading '/' on the include path. When os_path.join was then
called, the leading '/' meant the path was treated as an absolute path
and the join did not behave as expected.
Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/f2d73522b8d989a4a325ddefdf4dc88f39eaeedb
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|