David-Sarah Hopwood wrote:
> Jody Harris wrote:
>> On Sat, Feb 6, 2010 at 8:34 PM, David-Sarah Hopwood <
>> david-sa...@jacaranda.org> wrote:
>>
>>> Jody Harris wrote:
>>         exceptions.AssertionError:
> 
> That means that attrs['size'] is probably "" or None. I should have used
> 
>   assert isinstance(s.st_size, (int, long)), repr(s.st_size)
> 
> instead to distinguish them.

Oh, please make that

assert isinstance(s.st_size, (int, long)), repr((s.st_size, node, children))

> Are there any mutable files under the alias directory, or only directories
> and immutable files? Does the above error occur when the alias directory
> is empty?

-- 
David-Sarah Hopwood  ⚥  http://davidsarah.livejournal.com

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
tahoe-dev mailing list
tahoe-dev@allmydata.org
http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev

Reply via email to