We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8dab3 commit 629c6eaCopy full SHA for 629c6ea
sde_collections/tasks.py
@@ -252,7 +252,7 @@ def fetch_and_replace_full_text(collection_id, server_name):
252
253
# Step 1: Delete all existing DumpUrl entries for the collection
254
deleted_count, _ = DumpUrl.objects.filter(collection=collection).delete()
255
- print(f"Deleted {deleted_count} existing DumpUrl entries for collection '{collection.config_name}'.")
+ print(f"Deleted {deleted_count} existing DumpUrl entries for collection '{collection.name}'.")
256
257
# Step 2: Create new DumpUrl entries from the fetched documents
258
processed_count = 0
0 commit comments