Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/vorta/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down Expand Up @@ -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
Expand Down