Changeset 7aaa8dc
- Timestamp:
- Dec 1, 2011 10:22:45 AM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 4b256af
- Parents:
- 218ffe0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
r218ffe0 r7aaa8dc 1005 1005 # NB: the else is on the for 1006 1006 for os in e.os: 1007 if nos.name == eos.name:1008 eos.version = nos.version1009 eos.version = nos.distribution1010 eos.version = nos.distributionversion1007 if nos.name == os.name: 1008 os.version = nos.version 1009 os.version = nos.distribution 1010 os.version = nos.distributionversion 1011 1011 for a in nos.attribute: 1012 eos.set_attribute(a.attribute, a.value)1012 os.set_attribute(a.attribute, a.value) 1013 1013 break 1014 1014 else:
Note: See TracChangeset
for help on using the changeset viewer.