Traceback (most recent call last):
File "/home/news/bin/filter/filter_innd.py", line 349, in filter_art
return self.pyfilter.filter(art)
File "/home/news/bin/filter/filter_innd.py", line 1007, in filter
if do_lphn and self.emp_lphn.add(fodder + ngs):
File "/home/news/bin/filter/filter_innd.py", line 1491, in add
logging.error(logmes % (self.stats['name'], decrement))
TypeError: not all arguments converted during string formatting
logmes = "%s: Invalid attempt to trim by less than 1"
logging.error(logmes % (self.stats['name'], decrement))
logmes = "%s: Invalid attempt to trim by less than 1"
logging.error(logmes % (self.stats['name']))
I've just noticed in PyClean traceback file:
Seems like:
could be changed to: