Chromium Code Reviews
DescriptionCheck that directory named depot_tools appears to be full checkout
When running recipes on build slaves, the PYTHONPATH has many (many!)
things injected, one of which includes a partial checkout of
depot_tools. As a result, find_depot_tools got confused as it thought
it had found the correct directory while searching, but then failed
to import breakpad.
This makes the search at least confirm there's a file named
breakpad.py present so the later import will probably succeed.
R=phajdan.jr@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246259
Patch Set 1 #Patch Set 2 : stupid reitveld #
Total comments: 2
Patch Set 3 : common subexpression #Messages
Total messages: 5 (0 generated)
|