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

Import logprefix #238

Closed sbesson closed 4 years ago

sbesson commented 4 years ago

Fixes #212

Currently omero import will fail if --log/--err are specified as files relative to the current directory without --logprefix. The workaround is either to set --logprefix or pass absolute paths to the log options. f1b85cc introduces a new unit test which should fail with the current version of omero-py (see https://travis-ci.org/github/sbesson/omero-py/jobs/712819681). 384ecf5 fixes the issue by systematically computing the absolute path of the target log files.