Skip to content

Commit

Permalink
Issue #1077 and #1085_
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 11, 2024
1 parent 397efc2 commit 5596e83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sde_collections/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ def download_candidate_urls_as_csv(modeladmin, request, queryset):
def import_sinequa_metadata(modeladmin, request, queryset):
for collection in queryset.all():
# eventually this needs to be done in celery
collection.import_metadata_from_sinequa_config()
collection_names = ", ".join(queryset.values_list("name", flat=True))
messages.add_message(
request,
messages.INFO,
Expand Down

0 comments on commit 5596e83

Please sign in to comment.