mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-26 15:31:35 +00:00
config_tools: remove the log of sucessfully generating board XML
remove the log "<board>.xml has been generated successfully!" in board_parser.py, because it only mean that the board xml file have been created sucessfully here, not the all data have been appended successfully and pretty formatted. Tracked-On: #6315 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
bbe76d6b2a
commit
b420b3b52f
@ -113,5 +113,3 @@ if __name__ == '__main__':
|
||||
|
||||
with open(BOARD_INFO, 'a+') as f:
|
||||
print("</acrn-config>", file=f)
|
||||
|
||||
print("{} has been generated successfully!".format(BOARD_INFO))
|
||||
|
Loading…
Reference in New Issue
Block a user