autoupdate.py: Suppress ValueError exception

When devserver tries to read current update metadata requested by
several concurrent update ping requests, a race condition might happens
which causes the data read could be empty or corrupted. Instead of failing
the autoupdate, this patch suppresses the ValueError exception
intentionally because a new metadata will be calculated accordingly.

BUG=chromium:621148
TEST=None

Change-Id: I7b4c64560f1f0838db150bb889d11a8ece97de9c
Signed-off-by: Chung-yih Wang <cywang@google.com>
Reviewed-on: https://chromium-review.googlesource.com/355431
Reviewed-by: Dan Shi <dshi@google.com>
1 file changed