Fix a typo
This commit is contained in:
parent
52bceabab7
commit
93b085f441
@ -267,7 +267,7 @@ for scm in scm_list:
|
|||||||
if 'description' in variant:
|
if 'description' in variant:
|
||||||
variant_node.append( make_xml_leaf('description', variant['description']) )
|
variant_node.append( make_xml_leaf('description', variant['description']) )
|
||||||
|
|
||||||
if 'authors' in variant:
|
if 'author' in variant:
|
||||||
variant_node.append( make_xml_leaf('author', variant['author']) )
|
variant_node.append( make_xml_leaf('author', variant['author']) )
|
||||||
|
|
||||||
package_node.append( make_xml_leaf('dir', name) )
|
package_node.append( make_xml_leaf('dir', name) )
|
||||||
|
Loading…
Reference in New Issue
Block a user