Quote:
Originally Posted by eschwartz
"if we have function inside the library"
No mention of templates there, so I did have to guess...
|
Sorry, I'm not good explaining in my language, you can guess in another one

Yes, I define functions in the template section, as I feel more comfortable with them than template mode. In any case, it looks like some function has disappeared

(Yes, you can see them with calibre / python2 but not with calibre / python3)
Edit: Found the problem, python3 doesn't like "<>", it prefers "!=". In any case, the function has disappeared silently... No warning to the user...