mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
e14f96454f
commit
e303e85d2a
@ -77,7 +77,7 @@ class TestEmail(QDialog):
|
|||||||
except Exception:
|
except Exception:
|
||||||
import traceback
|
import traceback
|
||||||
tb = traceback.format_exc()
|
tb = traceback.format_exc()
|
||||||
self.test_done.emit(tb)
|
self.test_done.emit(tb)
|
||||||
|
|
||||||
def on_test_done(self, txt):
|
def on_test_done(self, txt):
|
||||||
if self.isVisible():
|
if self.isVisible():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user