mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix ConversionUserFeedBack not working when raised in main module
This commit is contained in:
parent
9f74914202
commit
889dcc9140
@ -23,3 +23,6 @@ class ConversionUserFeedBack(Exception):
|
||||
self.title, self.msg, self.det_msg = title, msg, det_msg
|
||||
self.level = level
|
||||
|
||||
# Ensure exception uses fully qualified name as this is used to detect it in
|
||||
# the GUI.
|
||||
ConversionUserFeedBack.__name__ = str('calibre.ebooks.conversion.ConversionUserFeedBack')
|
||||
|
Loading…
x
Reference in New Issue
Block a user