mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-28 05:58:14 +00:00
Merge 1a8d2a9def
into 78bf76e467
This commit is contained in:
commit
469a42f76b
@ -448,7 +448,9 @@ class GenerateRst:
|
||||
|
||||
# Close the Rst file after all information is written.
|
||||
def close_file(self):
|
||||
self.file.close()
|
||||
if self.file:
|
||||
self.service_vm_used_pcpu_list.clear()
|
||||
self.file.close()
|
||||
|
||||
|
||||
def main(board_xml, scenario_xml, config_summary):
|
||||
|
Loading…
Reference in New Issue
Block a user