Catch all exceptions while saving #224
This commit is contained in:
parent
eaf7afcd91
commit
af4faead14
@ -945,7 +945,7 @@ class Activity(Window, gtk.Container):
|
||||
if not skip_save:
|
||||
try:
|
||||
self.save()
|
||||
except Exception:
|
||||
except:
|
||||
logging.info(traceback.format_exc())
|
||||
self._show_keep_failed_dialog()
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user