Don't hide stack trace if no tty
Bug #1790697 reported by
Kyle Fazzari
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snapcraft |
Triaged
|
High
|
Kyle Fazzari |
Bug Description
As of snapcraft v2.43, it started saving the stack trace into a file instead of showing it. However, this makes ephemeral builds (CI, cleanbuild, etc.) impossible to debug since the trace file disappears once the build has completed. We should continue to print the traceback if no tty is detected.
Changed in snapcraft: | |
status: | New → Triaged |
importance: | Undecided → High |
To post a comment you must log in.
Fix proposed: https:/ /github. com/snapcore/ snapcraft/ pull/2259