commit | e88fe59dfe2680dab66b8a02336a2bc69414da5a | [log] [tgz] |
---|---|---|
author | David Spickett <david.spickett@linaro.org> | Mon Mar 22 12:25:13 2021 +0000 |
committer | David Spickett <david.spickett@linaro.org> | Mon Mar 22 15:22:57 2021 +0000 |
tree | cdbe8e20871fd476a39468b451da50eeedda1544 | |
parent | 7f18f4d7f4d708e449c32b3174d5889b419839eb [diff] |
bot-status.py: Catch wget exceptions outside of wrapper This means we aren't returning True as in yes, there was an error. Which makes sense when you look at wget() but elsehwere it seems backwards. By catching the exception where we call wget, the failure handling can be clearer. Change-Id: If7c74431dab31503c15681ba39225a576e3da407