Skip to content

Commit

Permalink
changed (tagset) to [tagset]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-TBT committed Apr 19, 2024
1 parent b2cffbf commit ad67483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omero_tagsearch/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def get_tagsets():
)

return {
result[0].val: f" ({result[1].val})"
result[0].val: f" [{result[1].val}]"
for result in qs.projection(hql, params, service_opts)
}

Expand Down

0 comments on commit ad67483

Please sign in to comment.