Say which repository caused the error in warnings
This commit is contained in:
parent
352c0d0386
commit
7245603628
@ -359,8 +359,8 @@ class GlobalSettingsWindow(ui_globalsettingsdlg.Ui_GlobalSettings,
|
|||||||
QtGui.QMessageBox.warning(
|
QtGui.QMessageBox.warning(
|
||||||
None,
|
None,
|
||||||
self.tr("ERROR!"),
|
self.tr("ERROR!"),
|
||||||
self.tr("Error managing repository settings: {msg}".format(
|
self.tr("Error managing {repo} repository settings:"
|
||||||
msg=msg)))
|
" {msg}".format(repo=name, msg=msg)))
|
||||||
|
|
||||||
def _handle_dom0_updates_combobox(self, idx):
|
def _handle_dom0_updates_combobox(self, idx):
|
||||||
idx += 1
|
idx += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user