Files
stack/tests/bib/test_zotero_import.py
kert 30db67b7e1 fix(bib): import_books skips attach_file entirely for a duplicate attachment
attach_file is idempotent by filename, but a re-run still called it
for an attachment already on file — a wasted copy every time. Skip the
call outright once the dup check finds it, instead of calling it and
only using the dup flag to decide whether to count it as new.
2026-09-09 21:17:04 -04:00

9.9 KiB