|
I think the issue is that the entire plugin wrapper code always reads in as binary as it can read both binary image files and text files.
The PrettyPrinter plugin only reads in with 'r' and writes with 'w'.
At this point I an truly afraid of changing the pluginrunner wrapper.py file as changing it may break lots of existing plugins and I do not want that.
Last edited by KevinH; 04-14-2026 at 06:08 PM.
|