ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
20 stars 33 forks source link

fix typo #311

Closed jburel closed 2 years ago

jburel commented 2 years ago

Fixed typo found when investigating a parsing issue

joshmoore commented 2 years ago

Oh wow. Not sure of what the impact of this might be! All for getting this in, but let's see how merge-ci and latest-ci differ tomorrow.

will-moore commented 2 years ago

I don't see any impact as len("omero.version=") is the same length as len("omero.verison=").

joshmoore commented 2 years ago

Ah cheers. Just saw this go by during a call and didn't noticed the len(). Merging.