You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work around an issue with info() when running on jython-slim-2.7.2
The call to `info()` fails when running on `jython-slim-2.7.2` as it seems to
confuse a private field inherited from SciJava's `AbstractRichPlugin` with the
actual method of the logger object.
For details, see [Fiji issue 267][1] and [Jython issue 70][2].
[1]: fiji/fiji#267
[2]: jython/jython#70
0 commit comments