ome / training-notebooks

A set of Python Notebooks to demonstrate how to access the images and metadata from OMERO
3 stars 10 forks source link

Bugfix: Cellprofiler notebook #46

Closed dominikl closed 4 years ago

dominikl commented 4 years ago

Just a small fix for an error which showed up in the Freising workshop. After calling table.close() the table is not accessible any longer, so table.getOriginalFile() throws an Exception. This PR simply moves the close() call after the getOriginalFile() call.

jburel commented 4 years ago

This is probably going to conflict with #44 I will make the change directly in #44 or you can open a PR against mine

dominikl commented 4 years ago

👍 Ok, please add the change to #44 , thanks.

jburel commented 4 years ago

done