2
0
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:
Jarrod Johnson
2026-03-26 16:48:37 -04:00
parent 36d3cdbe41
commit 939d5c59ea

View File

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