Remove redundant line in variants wrapper.

This commit is contained in:
Tomas Mlcoch 2015-08-25 07:30:22 -04:00 committed by Daniel Mach
parent 1089847cd7
commit ea751bb119
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ class VariantsXmlParser(object):
variant_dict = {
"id": str(variant_node.attrib["id"]),
"name": str(variant_node.attrib["name"]),
"name": str(variant_node.attrib["name"]),
"type": str(variant_node.attrib["type"]),
"arches": [str(i) for i in variant_node.xpath("arches/arch/text()")],
"groups": [],