Skip to content

Commit

Permalink
Move new lines to avoid merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 13, 2023
1 parent b11d5df commit 4b55425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omeroweb/webclient/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4212,11 +4212,11 @@ def validateIds(dtype, ids):
conn.SERVICE_OPTS.setOmeroGroup(gid)
return filteredIds, validObjs

context = {}

max_w, max_h = conn.getMaxPlaneSize()
big_img_warning = f"Images over {max_w} x {max_h} not supported"

context = {}

if imageIds is not None:
imageIds, validImages = validateIds("Image", imageIds)
context["idString"] = ",".join([str(i) for i in imageIds])
Expand Down

0 comments on commit 4b55425

Please sign in to comment.