From e303e85d2a73a53044ff656e05329b8146e481b2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Jan 2022 09:39:07 +0530 Subject: [PATCH] ... --- src/calibre/gui2/wizard/send_email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/wizard/send_email.py b/src/calibre/gui2/wizard/send_email.py index 38c92e5782..ca9dae7d6f 100644 --- a/src/calibre/gui2/wizard/send_email.py +++ b/src/calibre/gui2/wizard/send_email.py @@ -77,7 +77,7 @@ class TestEmail(QDialog): except Exception: import traceback tb = traceback.format_exc() - self.test_done.emit(tb) + self.test_done.emit(tb) def on_test_done(self, txt): if self.isVisible():