Remove redundant line in variants wrapper.
This commit is contained in:
parent
1089847cd7
commit
ea751bb119
@ -66,7 +66,6 @@ class VariantsXmlParser(object):
|
|||||||
variant_dict = {
|
variant_dict = {
|
||||||
"id": str(variant_node.attrib["id"]),
|
"id": str(variant_node.attrib["id"]),
|
||||||
"name": str(variant_node.attrib["name"]),
|
"name": str(variant_node.attrib["name"]),
|
||||||
"name": str(variant_node.attrib["name"]),
|
|
||||||
"type": str(variant_node.attrib["type"]),
|
"type": str(variant_node.attrib["type"]),
|
||||||
"arches": [str(i) for i in variant_node.xpath("arches/arch/text()")],
|
"arches": [str(i) for i in variant_node.xpath("arches/arch/text()")],
|
||||||
"groups": [],
|
"groups": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user