Quote:
Originally Posted by jgoguen
A while back there was a problem caused by the version in the plugin being indirect (the tuple is defined in a common file and referenced in each plugin) but that got fixed and davidfor didn't think there were recent changes in that area. Hopefully Kovid sees this and can track down what's going on.
|
The plugin updater processes Abstract Syntax Trees to find the information. ASTs don't compile the source, so the eventual value isn't visible.
You could test if this is the problem by changing the plugin zip to put the text of the version number in plugin.../device/driver.py instead of the reference.