Stackprinter dump if no fade graph
This commit is contained in:
parent
d73bdb264d
commit
45243759b8
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user