Fix logs in xml tool

This commit is contained in:
vdutta 2021-07-22 15:32:24 +05:30
parent f8535772a2
commit 7e959a79af

View file

@ -177,6 +177,12 @@ def generate_hdm_xml_file(output_file):
xml_file.close()
def generate_xml(acs = 'default', output_file="datamodel.xml"):
global DM_OBJ_COUNT
global DM_PARAM_COUNT
DM_OBJ_COUNT = 0
DM_PARAM_COUNT = 0
print("Generating BBF Data Models in xml format for %s acs..." % acs)
bbf.fill_list_supported_dm()