From 45243759b84c4c6786db0ee936a0bcc9cf31d2d1 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 15 Dec 2023 18:46:30 +0000 Subject: [PATCH] Stackprinter dump if no fade graph --- app/musicmuster.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/musicmuster.py b/app/musicmuster.py index f8bac35..73517fe 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -1084,6 +1084,8 @@ class Window(QMainWindow, Ui_MainWindow): # Show closing volume 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() # Play (new) current track