Merge "Update ftp to make use of convert_mapping_to_xml()"
This commit is contained in:
commit
e3e5a8aabe
@ -1002,7 +1002,9 @@ def ftp(registry, xml_parent, data):
|
||||
publisher_tag,
|
||||
transfer_tag,
|
||||
plugin_reference_tag)
|
||||
XML.SubElement(transfer_node, 'asciiMode').text = 'false'
|
||||
mapping = [('', 'asciiMode', 'false')]
|
||||
helpers.convert_mapping_to_xml(
|
||||
transfer_node, data, mapping, fail_required=True)
|
||||
|
||||
|
||||
def ftp_publisher(registry, xml_parent, data):
|
||||
|
Loading…
x
Reference in New Issue
Block a user