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:
parent
771b1781c9
commit
f9ec1deed4
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user