mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-09 02:11:30 +00:00
Fix async apply license in ipmi plugin
This commit is contained in:
@@ -1622,7 +1622,7 @@ class IpmiHandler:
|
||||
await self.output.put(msg.ConfluentNodeError(self.node, errstr))
|
||||
return
|
||||
try:
|
||||
self.ipmicmd.apply_license(filename, data=datfile)
|
||||
await self.ipmicmd.apply_license(filename, data=datfile)
|
||||
finally:
|
||||
if datfile is not None:
|
||||
datfile.close()
|
||||
|
||||
Reference in New Issue
Block a user