Skip to content

Commit 0429a74

Browse files
author
Gerit Wagner
committed
fix load notification
1 parent 79b0f90 commit 0429a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colrev/ops/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def _validate_source_records(
168168
# pylint: disable=too-many-branches
169169
if len(source_records_list) == 0:
170170
raise colrev_exceptions.NoRecordsToImport(
171-
msg=f"{source} has no records to load"
171+
msg=f"{source.source_identifier} has no records to load"
172172
)
173173
for source_record in source_records_list:
174174
if not all(x in source_record for x in [Fields.ID, Fields.ENTRYTYPE]):

0 commit comments

Comments
 (0)