Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Oct 3, 2024
1 parent 2336fde commit b6697f5
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 @@ -790,7 +790,7 @@ def get_resource_attributes(
for term in search_terms:
if term not in restircted_resources[k]:
restircted_resources[k].append(term)
# restircted_resources[k] = restircted_resources[k] + search_terms
# restircted_resources[k] = restircted_resources[k] + search_terms
returned_results.append(restircted_resources)
if "project" in returned_results:
returned_results_["project"].append("name")
Expand Down

0 comments on commit b6697f5

Please sign in to comment.