Hello

I find a problem with the bug in subject. Upon some investigation, the result 
is that the bug has a comment that has no body file.

I think that the simplest solutions is to manually delete the comment.


Here is the traceback

*******

galactica ~/Devel/be (master)>be show /866
Traceback (most recent call last):
  File "/usr/local/bin/be", line 26, in <module>
    sys.exit(libbe.ui.command_line.main())
  File "/home/gian/Devel/gians-be/libbe/ui/command_line.py", line 332, in main
    ret = dispatch(ui, command, args)
  File "/home/gian/Devel/gians-be/libbe/ui/command_line.py", line 264, in 
dispatch
    ret = ui.run(command, options, args)
  File "/home/gian/Devel/gians-be/libbe/command/base.py", line 534, in run
    return command.run(options, args)
  File "/home/gian/Devel/gians-be/libbe/command/base.py", line 262, in run
    self.status = self._run(**params)
  File "/home/gian/Devel/gians-be/libbe/command/show.py", line 116, in _run
    with_comments=not params['no-comments'])
  File "/home/gian/Devel/gians-be/libbe/command/show.py", line 183, in output
    lines.append(bug.string(show_comments=with_comments))
  File "/home/gian/Devel/gians-be/libbe/bug.py", line 304, in string
    comout = self.comment_root.string_thread(flatten=False)
  File "/home/gian/Devel/gians-be/libbe/comment.py", line 598, in 
string_thread
    stringlist.append(string_fn(indent=ind))
  File "/home/gian/Devel/gians-be/libbe/comment.py", line 509, in string
    body = (self.body or "")
  File "/home/gian/Devel/gians-be/libbe/storage/util/properties.py", line 306, 
in _fget
    value = generator(self)
  File "/home/gian/Devel/gians-be/libbe/comment.py", line 165, in 
_get_comment_body
    decode=self.content_type.startswith("text/"))
  File "/home/gian/Devel/gians-be/libbe/storage/base.py", line 336, in get
    value = self._get(*args, **kwargs)
  File "/home/gian/Devel/gians-be/libbe/storage/vcs/base.py", line 761, in 
_get
    raise InvalidID(id, revision)
libbe.storage.base.InvalidID: 738f9826-57b6-43d6-a0cb-0dfeeb185b96/body in 
revision None
galactica ~/Devel/be (master)>

*******


bye
Gianluca

_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to