Skip to content

Commit

Permalink
Remove usage of parameter not yet implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Oct 12, 2017
1 parent 99867b3 commit 45d9151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero/plugins/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def edit(self, args):
iids.append(img.id)
# try:
img.setActiveChannels(
cindices, windows=rangelist, colors=colourlist, noRE=True)
cindices, windows=rangelist, colors=colourlist)
if greyscale is not None:
if greyscale:
img.setGreyscaleRenderingModel()
Expand Down

0 comments on commit 45d9151

Please sign in to comment.