Ignore:
Timestamp:
Aug 28, 2008 3:03:25 PM (16 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
Children:
fca8740
Parents:
b234bb9
Message:

generic fault support (they're not all named RequestAccessFault? any more)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/fedd_create_experiment.py

    rb234bb9 r2d5c8b6  
    10911091        req = req.get('CreateRequestBody', None)
    10921092        if not req:
    1093             raise service_error(service_error.request,
     1093            raise service_error(service_error.req,
    10941094                    "Bad request format (no CreateRequestBody)")
    10951095        # 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.