From d19ce51805e58276d302ef2cf6541c46e429e370 Mon Sep 17 00:00:00 2001 From: VaibhavNexus Date: Thu, 19 Mar 2026 21:32:18 +0530 Subject: [PATCH] Fix parameter naming and string formatting issues in application.py --- src/vorta/application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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