Catch the output and log it:
val results = executeCommandLine(..., 5000)
logInfo("Test", results)
This should tell you any error or other output generated by the Python script itself.
See
Catch the output and log it:
val results = executeCommandLine(..., 5000)
logInfo("Test", results)
This should tell you any error or other output generated by the Python script itself.
See