[Buildbot-devel] ShellCommand Description Errors
Rishi Verma
rishi_verma at apple.com
Fri Dec 3 18:58:01 UTC 2010
We are using 0.8.2
I noticed that when I added description and descriptionDone as such:
class InstallBuildFromArchivePath(ShellCommand):
description = "installing results"
descriptionDone = "results installed"
def start(self):
...
This worked fine, however if I moved the description and descriptionDone into the start(self) I saw the errors. I still have a few classes where this is the case.
Cheers,
Rishi
On Dec 3, 2010, at 10:46 AM, Dustin J. Mitchell wrote:
> On Mon, Nov 29, 2010 at 9:31 PM, Dustin J. Mitchell <dustin at v.igoro.us> wrote:
>> I suspect it's unrelated, then - your ShellCommand subclass worked
>> fine for me in a 0.8.2 config. Perhaps this is caused by another
>> step?
>
> What version of Twisted are you using, by the way?
>
> Dustin
More information about the devel
mailing list