2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-28 11:57:34 +00:00

Fix incorrect call to weblogout

In redfish path, this is not used.

Change-Id: Icc2048ad5ea0991cbdfe74f89deaee4631b0503c
This commit is contained in:
Jarrod Johnson 2019-06-25 16:18:41 -04:00
parent 771b1781c9
commit f9ec1deed4

View File

@ -497,7 +497,7 @@ class OEMHandler(generic.OEMHandler):
self._refresh_token()
self.wc.grab_json_response('/api/providers/fwupdate', json.dumps(
{'UPD_WebCancel': 1}))
self.weblogout()
#self.weblogout()
raise
self.updating = False
#self.weblogout()