Changeset ab37086
- Timestamp:
- Aug 5, 2009 11:10:45 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- db6b092
- Parents:
- 81a7f3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_client.py
r81a7f3f rab37086 1062 1062 s, d = l.interfaces[0:2] 1063 1063 sip = s.get_attribute('ip4_address') 1064 dip = s.get_attribute('ip4_address')1064 dip = d.get_attribute('ip4_address') 1065 1065 if labels and sip and dip: 1066 1066 print >>dotfile, \ … … 1104 1104 exp_desc = "" 1105 1105 try: 1106 top = topdl.topology_from_xml(file=opts.file, top="experiment") 1106 top = topdl.topology_from_xml(filename=opts.file, 1107 top="experiment") 1107 1108 except IOError: 1108 1109 sys.exit("Cannot read description file (%s)" % opts.file)
Note: See TracChangeset
for help on using the changeset viewer.