Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
knabar committed Feb 27, 2024
1 parent 7ddf814 commit 60ce356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omeroweb/webgateway/marshal.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ def decode(shape_field):
# FIXME: units ignored for stroke width
set_if("strokeWidth", shape.getStrokeWidth().getValue())
if hasattr(shape, "getMarkerStart") and shape.getMarkerStart() is not None:
# Handle string for python2 and bytes python3. TODO: lower level fix
rv["markerStart"] = decode(shape.getMarkerStart())
if hasattr(shape, "getMarkerEnd") and shape.getMarkerEnd() is not None:
rv["markerEnd"] = decode(shape.getMarkerEnd())
Expand Down

0 comments on commit 60ce356

Please sign in to comment.