RESOLVED FIXED72677
Remove more direct uses of os.path
https://bugs.webkit.org/show_bug.cgi?id=72677
Summary Remove more direct uses of os.path
Eric Seidel (no email)
Reported 2011-11-17 16:09:39 PST
Remove more direct uses of os.path
Attachments
Patch (9.57 KB, patch)
2011-11-17 16:10 PST, Eric Seidel (no email)
abarth: review+
Eric Seidel (no email)
Comment 1 2011-11-17 16:10:56 PST
Adam Barth
Comment 2 2011-11-17 16:17:14 PST
Comment on attachment 115705 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=115705&action=review > Tools/Scripts/webkitpy/common/config/committervalidator.py:43 > + (path, extension) = os.path.splitext(committers_path) We should call filesystem.splitext. The motivation is to have the tests work the same way on Window and Linux.
Eric Seidel (no email)
Comment 3 2011-11-17 16:23:42 PST
Note You need to log in before you can comment on or make changes to this bug.