Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 15, 2024
1 parent 7a9ce37 commit ad7f636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero_search_engine/api/v1/resources/resource_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ def process_container_query(
container_project_values_key_template.substitute(key=key.strip())
)
else:
query["aggs"] =json.loads(container_project_keys_template)
query["aggs"] = json.loads(container_project_keys_template)
query["_source"] = {"includes": [""]}
res = search_index_for_value(res_index, query)
if key:
Expand Down

0 comments on commit ad7f636

Please sign in to comment.