Strange error
Dale Strickland-Clark
dale at riverhall.NOTHANKS.co.uk
Thu Feb 20 15:51:21 EST 2003
More information about the Python-list mailing list
Thu Feb 20 15:51:21 EST 2003
- Previous message (by thread): Strange error
- Next message (by thread): Strange error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
self._dumpDetails(child, dent=dent+1, sectionName=sectionName, depth=depth-1) TypeError: _dumpDetails() got multiple values for keyword argument 'dent' I don't think so! The definition of _dumpDetails() is: def _dumpDetails(self, dent=0, sectionName="?", depth=1): It's a recursive function, if it makes any difference. Can anyone see why one of us (Python or me) might be confused? Thanks. -- Dale Strickland-Clark Riverhall Systems Ltd
- Previous message (by thread): Strange error
- Next message (by thread): Strange error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list