[Buildbot-devel] messageFormatter which includes last 50 lines from log file is including < 50 lines when the log file is 77 lines
Amber Yust
ayust at yelp.com
Thu Mar 31 21:51:03 UTC 2011
content[len(content)-limit_lines:]
should just be
content[-limit_lines:]
~Amber
On Thu, Mar 31, 2011 at 2:23 PM, William Deegan
<bill at baddogconsulting.com>wrote:
> content[len(content)-limit_lines:]:
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20110331/f803d85b/attachment.html>
More information about the devel
mailing list