chan

朝生暮死不足笑 但悲百年不足道

AttributeError: module 'vsearch' has no attribute 'log'


错误在于使用with open打开log文件的时候,没用使用引号引住log文件,导致代码误以为log是vsearch的一个属性和方法,而vsearch模块中,没有此方法,故而报错

评论
还没有评论
    发表评论 说点什么