Skip to content

Commit 629c6ea

Browse files
author
Your Name
committed
Fix typo
1 parent 6e8dab3 commit 629c6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def fetch_and_replace_full_text(collection_id, server_name):
252252

253253
# Step 1: Delete all existing DumpUrl entries for the collection
254254
deleted_count, _ = DumpUrl.objects.filter(collection=collection).delete()
255-
print(f"Deleted {deleted_count} existing DumpUrl entries for collection '{collection.config_name}'.")
255+
print(f"Deleted {deleted_count} existing DumpUrl entries for collection '{collection.name}'.")
256256

257257
# Step 2: Create new DumpUrl entries from the fetched documents
258258
processed_count = 0

0 commit comments

Comments
 (0)