Changeset 2912

Show
Ignore:
Timestamp:
03/14/07 08:45:34 (2 years ago)
Author:
ed
Message:

Geez, this is what happens when you try to work on 4 things at once. :-(

Forgot to change this line in the rush to fix the first bad commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/dObject.py

    r2911 r2912  
    5959            # Some kwargs haven't been handled. 
    6060            bad = ", ".join(["'%s'" % kk for kk in kwargs.keys()]) 
    61             raise TypeError, ("Invalid keyword arguments passed to %s: %s") % (self.BaseClassDisplay, bad) 
     61            raise TypeError, ("Invalid keyword arguments passed to %s: %s") % (self.__repr__(), bad) 
    6262 
    6363        if self._call_afterInit: