Ignore:
Timestamp:
Nov 11, 2010 8:59:19 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
version-3.01
Parents:
807b5ca
Message:

This rolls back the 3.01 branch to the original 3.01 state. I erroneously kept the changes between 3.01 and 3.02 in this branch. With the new branch created, this restores the 3.01 tag's correctness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/remote_service.py

    r807b5ca r5b19c3a  
    502502                            'desc': e.fault.string or "Something Weird" }
    503503                if ee:
    504                     raise service_error(ee.get('code', 'no code'),
    505                             ee.get('desc','no desc'))
     504                    raise service_error(ee['code'], ee['desc'])
    506505                else:
    507506                    raise service_error(service_error.internal,
Note: See TracChangeset for help on using the changeset viewer.