Changeset c167378 for fedd/federation/emulab_access.py
- Timestamp:
- Oct 11, 2011 10:38:17 AM (13 years ago)
- Branches:
- compt_changes, info-ops, master
- Children:
- 8cb269a
- Parents:
- 451fb96
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/emulab_access.py
r451fb96 rc167378 965 965 966 966 # Names longer than the emulab max are discarded 967 # Projects with a group require nonce experiment names as well 968 if ename and len(ename) <= self.max_name_len and '/' not in proj: 967 if ename and len(ename) <= self.max_name_len: 969 968 # Clean up the experiment name so that emulab will accept it. 970 969 ename = re.sub(vchars_re, '-', ename)
Note: See TracChangeset
for help on using the changeset viewer.