Project

General

Profile

« Previous | Next » 

Revision 857

xml_dom.py: Remove extra newlines from single-line strings (bin/map doesn't need to do this itself anymore)

View differences:

map
129 129
                for in_, out in mappings:
130 130
                    value = metadata_value(in_)
131 131
                    if value == None:
132
                        log_start('Getting '+str(in_).rstrip(), debug)
132
                        log_start('Getting '+str(in_), debug)
133 133
                        value = get_value(in_, row)
134 134
                        log_done(debug)
135 135
                    if value != None: xpath.put_obj(root, out, row_id,

Also available in: Unified diff