Skip to content

Commit

Permalink
fix(chore): editor settings
Browse files Browse the repository at this point in the history
  • Loading branch information
monotasker committed Oct 30, 2024
1 parent 2ffcc1b commit d68e905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_record_importer_kcworks/services/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def _compare_existing_files(
print("existing files:", existing_files)
if len(existing_files) == 0:
same_files = False
record = records_service.files._get_record(
record = records_service.draft_files._get_record(
draft_id, system_identity, "delete_files"
)
print("record.files.entries:", record.files.entries)
Expand Down

0 comments on commit d68e905

Please sign in to comment.