2
0
mirror of https://opendev.org/x/pyghmi synced 2025-02-05 13:32:48 +00:00

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

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