We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
see: https://forum.image.sc/t/setting-up-an-environment-to-run-local-scripts/35415
https://docs.openmicroscopy.org/omero/5.6.0/developers/scripts/user-guide.html should include a call to client.__del__() or similar to prevent the Ice warning in the output:
client.__del__()
*** start stderr (id=470148)*** * b'!! 03/24/20 20:46:02.107 error: communicator not destroyed during global destruction.' *** end stderr ***
The text was updated successfully, but these errors were encountered:
No branches or pull requests
see: https://forum.image.sc/t/setting-up-an-environment-to-run-local-scripts/35415
https://docs.openmicroscopy.org/omero/5.6.0/developers/scripts/user-guide.html should include a call to
client.__del__()
or similar to prevent the Ice warning in the output:The text was updated successfully, but these errors were encountered: