~timovwb/pigeonplanner/devel

« back to all changes in this revision

Viewing changes to pigeonplanner/ui/mainwindow.py

  • Committer: Timo Vanwynsberghe
  • Date: 2020-05-06 10:21:08 UTC
  • mfrom: (1432.1.6 4.0)
  • Revision ID: timovwb@gmail.com-20200506102108-cxzqoba6eqs115s9
MergeĀ fromĀ stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
                    backup.create_backup(save_path, overwrite=True, include_config=True)
257
257
                except Exception as exc:
258
258
                    logger.error(exc)
259
 
                    msg = (_("There was an error making the backup."), exc.message, _("Failed!"))
 
259
                    msg = (_("There was an error making the backup."), str(exc), _("Failed!"))
260
260
                    InfoDialog(msg, self)
261
261
                else:
262
262
                    InfoDialog(messages.MSG_BACKUP_SUCCES, self)