Python Exception Stack Trace Output Missing

  • Product: PowerShell Universal
  • Version: 4.3.2

Hi all,

I mainly use PSU for running scheduled Python scripts. I noticed recently that when a job fails, there is no longer any exception or stack trace information stored. The job page for the failed job used to show the exception and stack trace just as it would when running the script from the Python IDLE and/or OS command line. Now, it will show anything printed to the console prior to the error, but that is all.

I wanted to check here before opening an issue in the event that this was by design and there is some setting I can change to get the exception information back in the job output. Have any other Python users experienced the same issue?

Thanks!

Issue #3586 Created