Closed will-moore closed 4 years ago
See https://forum.image.sc/t/omero-python-3-5-6-milestone-for-upgrade-testing/32120/3
OMERO_HOME shouldn't be used any more, but we still try to read it. This now ignores OMERO_HOME (but prints a warning that it is being ignored).
To test:
$ export OMERO_HOME=/path/to/somewhere # any omero command $ omero -h WARN: OMERO_HOME usage is deprecated in omero-py
Same decision to be made on ignoring as in https://github.com/ome/omero-web/pull/98#issuecomment-566986551
See https://forum.image.sc/t/omero-python-3-5-6-milestone-for-upgrade-testing/32120/3
OMERO_HOME shouldn't be used any more, but we still try to read it. This now ignores OMERO_HOME (but prints a warning that it is being ignored).
To test: