I think the clue is here:
UnboundLocalError: cannot access local variable 'finish' where it is not associated with a value
This means that within the Annotations plugin (specifically in the plugin's PocketBook.py file), there is a variable called finish that the code attempts to use, but it was never defined in certain cases.
|