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 7, 2023
1 parent 3e38491 commit fa71331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omeroweb/webclient/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -2145,7 +2145,7 @@ def parse_hql_id(hql_ids):
name = o.getWellPos()
else:
name = o.getName()
if (obj_type == "PlateAcquisitionI" and name is None):
if obj_type == "PlateAcquisitionI" and name is None:
name = f"Run {o.getId()}"
details["name"] = name
child_ref_d[obj_type][details["id"]] = details
Expand Down

0 comments on commit fa71331

Please sign in to comment.