0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

refactor(widgets/figure: fixed wrong references to debug jupyter console

This commit is contained in:
wyzula-jan
2024-02-22 14:18:56 +01:00
parent 4051902f09
commit f364afcb42

View File

@ -433,7 +433,7 @@ class DebugWindow(QWidget):
# console push
self.console.kernel_manager.kernel.shell.push(
{"fig": self.figure, "w1": self.w1, "w2": self.w2, "c1": self.c1, "w5": self.w5}
{"fig": self.figure, "w1": self.w1, "w2": self.w2}
)
def _init_ui(self):