Quote:
Originally Posted by davidfor
For some reason that version hasn't been picked up by calibre. Other updated plugins have been, so it is something about this one. I remember it happening before, but, I don't remember the solution.
|
Guessing: it could be the indirection when version is set in plugin.../device/driver.py. I looked at the plugin update check code and it does its processing using abstract syntax trees, not compiled code. It isn't clear what the code does, but it seems to save {'version': xxx} where xxx is what it finds in the main plugin class. In this case a reference to a global, not a tuple.