Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Jul 25, 2024
1 parent e742346 commit 536b518
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omero_search_engine/validation/results_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,8 @@ def get_no_images_sql_containers(write_report=True):
search_omero_app.logger.info(message2)
messages.append(message2)
sql = query_methods["%s_name" % resource].substitute(
name=res_name, operator="="
name=res_name, operator="="
)
results = conn.execute_query(sql, statement_timeout=statement_timeout)
postgres_results = len(results)
message3 = (
Expand Down

0 comments on commit 536b518

Please sign in to comment.