诡异的 TypeError: ‘str’ object is not callable
資深大佬 : among 0
logger.error('read file %s error %s' % (jsonfile, str(traceback.format_exc()))
TypeError: ‘str’ object is not callable
看不处理哪里有问题,有时候运行的时候是好的,有时候又报这个错,诡异了。
大佬有話說 (15)
logger.error('read file %s error %s' % (jsonfile, str(traceback.format_exc()))
TypeError: ‘str’ object is not callable
看不处理哪里有问题,有时候运行的时候是好的,有时候又报这个错,诡异了。
from logzero import logger
用的是 logzero 的 logger,不清楚和这个有没有关系。
诡异的时候,有时候有错,有时候跑的又好好的。
我怎么感觉这有点歪~