Error Message

James Westby jw+debian at jameswestby.net
Sat Feb 2 10:59:18 GMT 2008


On Thu, 2008-01-31 at 18:44 +0000, Devin Rider wrote:
> bzr: ERROR: exceptions.AttributeError: 'NoneType' object has no
> attribute 'as_dict'
> 
> Traceback (most recent call last):

>   File "/usr/lib/python2.4/site-packages/bzrlib/lockdir.py", line 396,
> in wait_lock
>     new_info = self.peek()
>   File "/usr/lib/python2.4/site-packages/bzrlib/lockdir.py", line 343,
> in peek
>     info = self._read_info_file(self._held_info_path)
>   File "/usr/lib/python2.4/site-packages/bzrlib/lockdir.py", line 333,
> in _read_info_file
>     return self._parse_info(self.transport.get(path))
>   File "/usr/lib/python2.4/site-packages/bzrlib/lockdir.py", line 369,
> in _parse_info
>     return read_stanza(info_file.readlines()).as_dict()
> AttributeError: 'NoneType' object has no attribute 'as_dict'

Hi,

This indicates that the lockfile was empty. I am not sure what the
correct behaviour should be in that case.

Is there a chance that anyone else was doing any operations on this
repository at the same time?

Thanks,

James





More information about the bazaar mailing list