You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipe_modules/bot_update
martiniss 8697dfcf8b Fix bot_update to correctly handle exceptions
If an exception occurs during a try block which prevents a step from actually executing, then the finally block's attempt to access step.active_result will fail, and the original exception will be hidden behind a new exception from the recipe engine. This CL changes this behavior so that the original exception will always fire.

Review-Url: https://codereview.chromium.org/2175103002
9 years ago
..
example.expected Manually roll recipes.cfg recipe_engine 2c5509f:9d78ba3 9 years ago
resources Revert of bot_update: fix git dir check (patchset #1 id:1 of https://codereview.chromium.org/2174923002/ ) 9 years ago
__init__.py Revert of Reland of depot_tools: add infra_paths recipe module for infra-specific paths (patchset #1 id:1 of https://codereview.chromium.org/1917263002/ ) 9 years ago
api.py Fix bot_update to correctly handle exceptions 9 years ago
example.py patch_root hacks cleanup. 9 years ago
test_api.py Revert of Bot update cleanup (patchset #5 id:80001 of https://codereview.chromium.org/1686273002/ ) 10 years ago