Ignore:
Timestamp:
May 27, 2010 1:53:34 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
5334044
Parents:
88dd6cc
Message:

Let service parameters have commas in them, separate fields by ;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_create.py

    r88dd6cc r0de1b94  
    5151    if len(terms) > 3 and len(terms[3]) > 0:
    5252        svcd['fedAttr'] = [ ]
    53         for t in terms[3].split(","):
     53        for t in terms[3].split(";"):
    5454            i = t.find("=")
    5555            if i != -1 :
Note: See TracChangeset for help on using the changeset viewer.