Changeset 262328f
- Timestamp:
- Dec 3, 2010 10:49:56 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 9252414
- Parents:
- b7a61ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
rb7a61ac r262328f 928 928 user = None 929 929 alloc_log = None 930 vchars_re = '[^' + string.ascii_letters + string.digits + '-]' 930 931 931 932 for a in attrs: … … 946 947 ename = a['value'] 947 948 948 if not ename: 949 if ename: 950 # Clean up the experiment name so that emulab will accept it. 951 ename = re.sub(vchars_re, '-', ename) 952 953 else: 949 954 ename = "" 950 955 for i in range(0,5):
Note: See TracChangeset
for help on using the changeset viewer.