Do not swallow TSM errors

Raise TSM ffdc download errors
if they should occur.

Change-Id: I431f4942164866aec6ffba01c7c4f4c10156f101
This commit is contained in:
Jarrod Johnson 2020-06-09 09:32:50 -04:00
parent 5918fd4c3a
commit 583e8418d3
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ class TsmHandler(generic.OEMHandler):
if currprog:
progress({'phase': 'download',
'progress': 100 * currprog})
if fd.exc:
raise fd.exc
if progress:
progress({'phase': 'complete'})
return savefile