diff --git a/src/vorta/application.py b/src/vorta/application.py index c4b439d1a..224a12c31 100644 --- a/src/vorta/application.py +++ b/src/vorta/application.py @@ -230,7 +230,7 @@ def check_darwin_permissions(self): msg.setStandardButtons(QMessageBox.StandardButton.Ok) msg.exec() - def react_to_log(self, mgs, context): + def react_to_log(self, msg, context): """ Trigger Vorta actions based on Borg logs. E.g. repo lock. """ @@ -300,7 +300,7 @@ def bootstrap_profile(self, bootstrap_file=None): double_newline, str(exception), double_newline, - self.tr('Consider removing or repairing this file to ' 'get rid of this message.'), + self.tr("Consider removing or repairing this file to get rid of this message."), ), ) return