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
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).
The text was updated successfully, but these errors were encountered:
I'm getting this when there is a heap error:
The offending line in
formatreader.py
islogger.warn(e.message)
.The text was updated successfully, but these errors were encountered: