Skip to content

Commit 0633f97

Browse files
author
Gerit Wagner
committed
add note
1 parent 16d0005 commit 0633f97

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

colrev/ops/search_api_feed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ def _prep_retrieved_record(
466466
if provenance_key in retrieved_record.data:
467467
del retrieved_record.data[provenance_key]
468468

469+
# TODO : difference to add_record_to_feed ??
469470
def add_update_record(self, retrieved_record: colrev.record.record.Record) -> bool:
470471
"""Add or update a record in the api_search_feed and records"""
471472
self._prep_retrieved_record(retrieved_record)

0 commit comments

Comments
 (0)