Changeset 1478

Show
Ignore:
Timestamp:
07/05/08 01:29:16 (2 months ago)
Author:
thijs
Message:

Moving bad raise statement that overruled the EncodeError?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyamf/trunk/pyamf/amf0.py

    r1432 r1478  
    519519                raise 
    520520            except: 
    521                 raise 
    522521                raise pyamf.EncodeError, "Unable to encode '%r'" % data 
    523522