码迷,mamicode.com
首页 > Web开发 > 详细

TypeError: 'NoneType' object has no attribute '__getitem__'

时间:2014-12-19 00:27:23      阅读:791      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   io   color   sp   on   文件   

 

Buildbot版本:(0.8.10)

Bug:TypeError: ‘NoneType‘ object has no attribute ‘__getitem__‘

参考页面:http://trac.buildbot.net/ticket/3107?cversion=0&cnum_hist=3

 

修改文件slaves.py中出错部分的代码为

 

1         try:
2             max_builds = int(request.args.get(numbuilds, [10])[0])
3         except (TypeError, ValueError):
4             max_builds = 10

 

TypeError: 'NoneType' object has no attribute '__getitem__'

标签:style   blog   http   ar   io   color   sp   on   文件   

原文地址:http://www.cnblogs.com/Thriving-Heart/p/4172892.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!