Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to log an error results in another error #136

Open
manthey opened this issue Sep 17, 2020 · 0 comments
Open

Trying to log an error results in another error #136

manthey opened this issue Sep 17, 2020 · 0 comments

Comments

@manthey
Copy link

manthey commented Sep 17, 2020

I'm getting this when there is a heap error:

 File "site-packages/bioformats/formatreader.py", line 674, in __init__
    self.init_reader()
  File "site-packages/bioformats/formatreader.py", line 735, in init_reader
    logger.warn(e.message)
AttributeError: 'JavaException' object has no attribute 'message'

The offending line in formatreader.py is logger.warn(e.message).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant