TypeError: 'NoneType' object has no attribute '__getitem__'
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
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。