Changeset 6d07908


Ignore:
Timestamp:
Mar 2, 2010 7:06:21 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
37776ea
Parents:
f52f5df
Message:

whoops - missing space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/topdl.py

    rf52f5df r6d07908  
    823823            out += '\t\t<latency>%f</latency>\n' % s.latency.time
    824824        for ii in s.interfaces:
    825             out += ('\t\t<interface_ref virtual_node_id="%s"' + \
     825            out += ('\t\t<interface_ref virtual_node_id="%s" ' + \
    826826                    'virtual_interface_id="%s"/>\n') % (ifnode[ii], ii.name)
    827827        for f in filters:
Note: See TracChangeset for help on using the changeset viewer.