Skip to content

Commit a1fbb45

Browse files
committed
Merge branch '1051-backend-model-changes-on-cosmos-to-hold-new-incoming-urls-frontend' of https://github.com/NASA-IMPACT/COSMOS into 1051-backend-model-changes-on-cosmos-to-hold-new-incoming-urls-frontend
Merging local commits
2 parents 8e5407b + 629c6ea commit a1fbb45

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)