TheRacetrack / racetrack

An opinionated framework for deploying, managing, and serving application workloads
https://theracetrack.github.io/racetrack/
Apache License 2.0
28 stars 6 forks source link

CLI traceback could use some newlines #428

Closed anders314159 closed 7 months ago

anders314159 commented 7 months ago

Currently, the exception handling does not inject newlines for each element of the traceback. This looks like:

image

I would like it to look like this:

image

anders314159 commented 7 months ago

The one-line structure is used elsewhere.