We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbf571 commit a1de80bCopy full SHA for a1de80b
1 file changed
bookmark_checker/ui/main_window.py
@@ -471,7 +471,9 @@ def _export_merged(self) -> None:
471
f"Failed to export:\n{e}",
472
)
473
self.status_label.setText(
474
- get_translation(self.current_language, "error_during_export", "Error during export")
+ get_translation(
475
+ self.current_language, "error_during_export", "Error during export"
476
+ )
477
478
finally:
479
self.progress_bar.setVisible(False)
0 commit comments