mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Fix logs in xml tool
This commit is contained in:
parent
f8535772a2
commit
7e959a79af
1 changed files with 6 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue