Changeset 2d5c8b6 for fedd/fedd_create_experiment.py
- Timestamp:
- Aug 28, 2008 3:03:25 PM (16 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- fca8740
- Parents:
- b234bb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/fedd_create_experiment.py
rb234bb9 r2d5c8b6 1091 1091 req = req.get('CreateRequestBody', None) 1092 1092 if not req: 1093 raise service_error(service_error.req uest,1093 raise service_error(service_error.req, 1094 1094 "Bad request format (no CreateRequestBody)") 1095 1095 # The tcl parser needs to read a file so put the content into that file
Note: See TracChangeset
for help on using the changeset viewer.