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

Remove f-string usage for Python 3.5 compatibility #257

Closed sbesson closed 3 years ago

sbesson commented 3 years ago

The usage of f-strings breaks Python 3.5 compatibility which affects the ability to run OMERO on some environments. This is a minor change which restores some compatibility.

joshmoore commented 3 years ago

(I also don't see other hits trying various regexes like

  492  git grep -E '[^"-a-z]f".*"'
  496  git grep -E "[^'-]f'.*'"

)