2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-15 04:07:48 +00:00

Merge "Fix incorrect call to weblogout"

This commit is contained in:
Zuul 2019-06-25 20:32:54 +00:00 committed by Gerrit Code Review
commit e864f4fd19

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()