> I *guess* it is code that is testing the truth value of the user folder > object. > > Does adding this method fix the problem too: > > def __nonzero__(self): > return 1 Yes, this seems to work as well. (I unpatched __len__, added __nonzero__ and restarted) Arnar Lundesgaard