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:
parent
5918fd4c3a
commit
583e8418d3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user