We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b0f90 commit 0429a74Copy full SHA for 0429a74
1 file changed
colrev/ops/load.py
@@ -168,7 +168,7 @@ def _validate_source_records(
168
# pylint: disable=too-many-branches
169
if len(source_records_list) == 0:
170
raise colrev_exceptions.NoRecordsToImport(
171
- msg=f"{source} has no records to load"
+ msg=f"{source.source_identifier} has no records to load"
172
)
173
for source_record in source_records_list:
174
if not all(x in source_record for x in [Fields.ID, Fields.ENTRYTYPE]):
0 commit comments