This commit is contained in:
Kovid Goyal
2025-10-05 10:46:28 +05:30
parent e6d3cf8623
commit 503c730db0
+1
View File
@@ -896,6 +896,7 @@ class Main(MainWindow, MainWindowMixin, DeviceMixin, EmailMixin, # {{{
print('Failed to update annotations for book from viewer, book or library not found.', file=sys.stderr)
except Exception:
import traceback
traceback.print_exc()
error_dialog(self, _('Failed to update annotations'), _(
'Failed to update annotations in the database for the book being currently viewed.'), det_msg=traceback.format_exc(), show=True)
elif msg.startswith('bookedited:'):