In V8.8 I call a Python Script from inside a Process the does some processing and ultimately creates a .csv file in the output folder that I specify. This has been working fine.
However, in V9, Aware says that it has executed the script but it does not look like it did. Not output .csv is created. Have watched it in the Debugger and the Testing Log output...

If I actually run the Python Script from a CMD window, it works perfectly.
I have checked the read/write attributes on the output folders and that seems correct.
Scratching my head for other ideas to try.
Any thoughts ideas would be welcomed.