Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

Changeset 126

Show
Ignore:
Timestamp:
12/19/05 19:14:40
Author:
fumanchu
Message:

Use "raise" instead of "raise x" to get the full traceback. Using "raise x" truncates the traceback at the raise statement.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/storage/db.py

    r125 r126  
    965965                    except UnicodeDecodeError, x: 
    966966                        x.reason += "[%s][%s][%s]" % (key, value, ftype) 
    967                         raise x 
     967                        raise 
    968968                    except Exception, x: 
    969969                        x.args += (key, value, ftype) 
    970                         raise x 
     970                        raise 
    971971             
    972972            # If our SQL is imperfect, don't yield it to the