Switch bare print to use ui message function
This commit is contained in:
parent
a62968beac
commit
6bb7ed9c9f
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class ExtractPlugin(PapersPlugin):
|
|||
# for annot in annotations:
|
||||
output += f"{annotation.formatted(self.formatting)}\n"
|
||||
output += "\n"
|
||||
print(output)
|
||||
self.ui.message(output)
|
||||
|
||||
def _to_notes(self, annotated_papers, note_extension="txt", edit=False):
|
||||
"""Write annotations into pubs notes.
|
||||
|
|
Loading…
Reference in a new issue