[script] fixed a bug

This commit is contained in:
tangxifan 2022-08-22 18:24:26 -07:00
parent 2bbf2f02c9
commit 6c44f321e5
1 changed files with 1 additions and 1 deletions

View File

@ -114,4 +114,4 @@ if __name__ == '__main__':
args = parser.parse_args()
# Run conversion: from v1.1 syntax to v1.2 syntax
return convert_arch_xml_from_v1p1_to_v1p2(args.input_file, args.output_file)
exit(convert_arch_xml_from_v1p1_to_v1p2(args.input_file, args.output_file))