Project

General

Profile

« Previous | Next » 

Revision 6624

dict2redmine: Sources: Use source2redmine_url() to extract the term from each source URL

View differences:

dict2redmine
53 53
    for row in reader:
54 54
        term = row[term_col]
55 55
        sources = map(simplify_url, row[sources_col].split(source_sep))
56
        sources_str = source_sep.join(sources)
56
        sources_str = source_sep.join(map(source2redmine_url, sources))
57 57
        
58 58
        writer.writerow([redmine_url(term, sources[0]), sources_str])
59 59

  

Also available in: Unified diff