corrected Type tag in metadata
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ def addAsset(tree, asset_type, asset, metadata, output):
|
||||
assetTree = ET.SubElement(tree, 'Asset')
|
||||
assetMetadata = ET.SubElement(assetTree, 'Metadata')
|
||||
ET.SubElement(assetMetadata, 'AMS', ams_attributes)
|
||||
ET.SubElement(assetMetadata, 'App_Data', {'App': 'MOD', 'Type': asset_type})
|
||||
ET.SubElement(assetMetadata, 'App_Data', {'App': 'MOD', 'Name': 'Type', 'Value': asset_type})
|
||||
|
||||
for element in asset:
|
||||
if type(asset[element]) is dict:
|
||||
|
||||
Reference in New Issue
Block a user