From 482e2899003f4cb9e4b80c2b124e530fac07a8b3 Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Mon, 1 Jun 2026 13:31:43 +0800 Subject: [PATCH] fix: replace unicode arrows in docstring causing SyntaxError --- paperforge/worker/asset_index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paperforge/worker/asset_index.py b/paperforge/worker/asset_index.py index e6ebc05c..9ba9222e 100644 --- a/paperforge/worker/asset_index.py +++ b/paperforge/worker/asset_index.py @@ -595,8 +595,8 @@ def refresh_index_entry(vault: Path, key: str) -> bool: *key* is the Zotero citation key (8-character alphanumeric). Behaviour: - * If the index does not exist → delegates to ``build_index()`` (full rebuild). - * If the index is in legacy bare-list format → delegates to ``build_index()``. + * If the index does not exist, delegates to ``build_index()`` (full rebuild). + * If the index is in legacy bare-list format, delegates to ``build_index()``. * If the index is envelope format: 1. Reads the existing ``items`` list. 2. Finds the entry whose ``zotero_key`` matches *key*.