Development Log
-
GNATCOLL.Scripts.Python cleanup of output
When you use Execute_Command with the Hide_Output parameter set to True, it now only hides the result of the command (which otherwise python would display through sys.displayhook), and no longer the command's explicit output through print statements. Execute_Command will fail if you expect a result (string or boolean) when executing a command that defines a function or class.