- Timestamp:
- Jul 19, 2012 2:26:17 PM (12 years ago)
- Branches:
- compt_changes, master
- Children:
- 558d829
- Parents:
- 76c43e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_ftopo.py
r76c43e4 rdbc8b8e 58 58 for e in top.elements: 59 59 if isinstance(e, topdl.Computer): 60 print ":".join((e.name, ",".join(e.localname), e.status ,60 print ":".join((e.name, ",".join(e.localname), e.status or "empty", 61 61 ",".join(e.operation), e.get_attribute('testbed') or "")) 62 62 else:
Note: See TracChangeset
for help on using the changeset viewer.