Commit e2d5e8d4 authored by Roman Alifanov's avatar Roman Alifanov

print error

parent 1b586eec
......@@ -63,5 +63,6 @@ class TuneitWindow(Adw.ApplicationWindow):
self.error(traceback.format_exc())
def error(self, error):
print(error)
self.error_dialog.textbuffer.set_text(str(error))
self.error_dialog.present(self)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment