I'm not calling it from the GUI, calling the plugin directly from the CLI:
calibre-debug -e ./src/calibre/ebooks/metadata/overdrive.py
Print statements in the plugin are showing up fine, the ones added to the get_author_tokens function in ebooks.metadata.sources.base are the ones that aren't showing up for me...
Wasn't sure if it had something to do with passing 'None' as the only argument when referencing the class.
|