There's an old error with Jython scripts where errors are printed several times. I've never figured out why this happens, and it would be nice to clean this up.
See https://github.com/autoplot/dev/blob/795887822cb4737e609aa315ac4302d0f11d60ad/demos/2026/20260406/readGeoTiffChatGPT.20260420.jyds
and
raise Exception('Exception occurred')
I think the two places I've commented should be safe to remove...
This seems to be safe. Marking fixed.