DescriptionFix 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.
Committed: https://chromium.googlesource.com/chromium/tools/depot_tools/+/8697dfcf8b85fbad2cc8eee370063b5b4113eaeb
Patch Set 1 #Patch Set 2 : Fix logic to correctly raise exception #Messages
Total messages: 10 (6 generated)
|