mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 22:42:53 +00:00
config_tools: add Board Inspector tool success message
add Board Inspector tool success message after users were successful creating the board configuration file. Tracked-On: #6670 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
dec8d7e22f
commit
9f5ef31c9f
@ -60,6 +60,7 @@ def main(board_name, board_xml, args):
|
|||||||
|
|
||||||
# Finally overwrite the output with the updated XML
|
# Finally overwrite the output with the updated XML
|
||||||
board_etree.write(board_xml, pretty_print=True)
|
board_etree.write(board_xml, pretty_print=True)
|
||||||
|
print("{} saved successfully!".format(board_xml))
|
||||||
|
|
||||||
except subprocess.CalledProcessError as e:
|
except subprocess.CalledProcessError as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
Loading…
Reference in New Issue
Block a user