Stackprinter dump if no fade graph

This commit is contained in:
Keith Edmunds 2023-12-15 18:46:30 +00:00
parent d73bdb264d
commit 45243759b8

View File

@ -1084,6 +1084,8 @@ class Window(QMainWindow, Ui_MainWindow):
# Show closing volume graph # Show closing volume graph
if track_sequence.now.fade_graph: if track_sequence.now.fade_graph:
# TODO: remove if this is not a problem
stackprinter.format(show_vals="all")
track_sequence.now.fade_graph.plot() track_sequence.now.fade_graph.plot()
# Play (new) current track # Play (new) current track