Ignore:
Timestamp:
Aug 5, 2009 11:10:45 AM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
db6b092
Parents:
81a7f3f
Message:

Small bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_client.py

    r81a7f3f rab37086  
    10621062            s, d = l.interfaces[0:2]
    10631063            sip = s.get_attribute('ip4_address')
    1064             dip = s.get_attribute('ip4_address')
     1064            dip = d.get_attribute('ip4_address')
    10651065            if labels and sip and dip:
    10661066                print >>dotfile, \
     
    11041104            exp_desc = ""
    11051105            try:
    1106                 top = topdl.topology_from_xml(file=opts.file, top="experiment")
     1106                top = topdl.topology_from_xml(filename=opts.file,
     1107                        top="experiment")
    11071108            except IOError:
    11081109                sys.exit("Cannot read description file (%s)" % opts.file)
Note: See TracChangeset for help on using the changeset viewer.