Changeset 5368

Show
Ignore:
Timestamp:
09/07/08 18:08:43 (4 months ago)
Author:
mramm
Message:

raise the error properly rather than return it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/util.py

    r5341 r5368  
    6969        return new_dict 
    7070    else:  
    71         return AttributeError 
     71        raise AttributeError 
    7272 
    7373class Bunch(dict):