[Buildbot-devel] getting stdio log

Mick Jordan mick.jordan at oracle.com
Sat Nov 16 19:35:54 UTC 2013


I am trying to get the 'stdio' log for a ShellCommand build step (that 
has completed), using:

step.getLog('stdio')

This results in an exception:

       File 
"/usr/local/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/process/buildstep.py", 
line 736, in getLog
         for l in self.step_status.getLogs():
     exceptions.AttributeError: 'NoneType' object has no attribute 'getLogs'

Is the problem that the step and has completed and the step_status reset 
to None? Or what?

Thanks
Mick





More information about the devel mailing list