This commit is contained in:
dongpingx 2025-04-23 01:32:42 +00:00 committed by GitHub
commit 3955c28972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -448,6 +448,8 @@ class GenerateRst:
# Close the Rst file after all information is written. # Close the Rst file after all information is written.
def close_file(self): def close_file(self):
if self.file:
self.service_vm_used_pcpu_list.clear()
self.file.close() self.file.close()