赞
踩
我正在使用hfcca来计算c代码的圈复杂度. hfcca是一个简单的
python脚本(
https://code.google.com/p/headerfile-free-cyclomatic-complexity-analyzer/).当我尝试运行脚本以xml文件的形式生成输出时,我收到以下错误:
Traceback (most recent call last):
"./hfcca.py", line 802, in
main(sys.argv[1:])
File "./hfcca.py", line 798, in main
print(xml_output([f for f in r], options))
File "./hfcca.py", line 798, in
print(xml_output([f for f in r], options))
File "/x/home06/smanchukonda/PREFIX/lib/python3.3/multiprocessing/pool.py", line 652, in next
raise value
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 434852: invalid continuation byte
请在这件事上给予我帮助..
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。