Skip to content

Commit

Permalink
Merge pull request #784 from girder/reduce-warnings
Browse files Browse the repository at this point in the history
Reduce warnings on shutdown of the bioformats source.
  • Loading branch information
manthey authored Feb 17, 2022
2 parents 81349e5 + eef8a49 commit 873e4b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/bioformats/large_image_source_bioformats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def _monitor_thread():
except Exception:
pass
source._bioimage = None
except AssertionError:
pass
finally:
if javabridge.get_env():
javabridge.detach()
Expand Down

0 comments on commit 873e4b3

Please sign in to comment.