Fix spacing in print output

This commit is contained in:
Marty Oehme 2023-08-28 18:05:52 +02:00
parent 2109c6535d
commit c6b95a4742
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -100,7 +100,7 @@ def _add_annots_to_note(
f.write("\n") f.write("\n")
logger.info( logger.info(
f"Wrote {len(new_annotations)} " f"Wrote {len(new_annotations)} "
f"{'annotation' if len(new_annotations) == 1 else 'annotations'}" f"{'annotation' if len(new_annotations) == 1 else 'annotations'} "
f"to {papis.document.describe(document)}" f"to {papis.document.describe(document)}"
) )