[Pythonmac-SIG] findertools.move

Erik van Blokland erik@letterror.com
Fri, 12 Jul 2002 13:34:04 +0200


I noticed something odd with findertools.move in python 2.2.1c2, both in
OSX 10.1.5 and Classic 9.2.2. The finder performs the move alright but
Python raises an error anyway. The exception reads:

    aetools.Error: (0, 'component result = no error', None)

The exception is raised in line 292 in StdSuites.Standard_Suite, in the
move method:

        if _arguments.has_key('errn'):
            raise aetools.Error, aetools.decodeerror(_arguments)

Maybe this line should check what exactly the content of
_arguments['errn'] is before being upset about it?


Erik van Blokland