screen: Keep Traceback

This commit is contained in:
alfrix 2022-03-15 11:53:54 -03:00 committed by Alfredo Monclus
parent 7ab64c5a85
commit 2e1fa110de

View File

@ -12,6 +12,7 @@ import re
import signal
import subprocess
import pathlib
import traceback # noqa
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, Gdk, GLib, Pango
@ -30,7 +31,7 @@ from panels.base_panel import BasePanel
logging.getLogger('matplotlib').setLevel(logging.WARNING)
# This is here to avoid performance issues opening bed_mesh
import matplotlib.pyplot
import matplotlib.pyplot # noqa
PRINTER_BASE_STATUS_OBJECTS = [
'bed_mesh',