Fix pylint warnings

Tento commit je obsažen v:
donoban 2021-01-10 20:43:26 +01:00
rodič ef8be34622
revize 4bb156e061
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 141310D8E3ED08A5

Zobrazit soubor

@ -1256,8 +1256,8 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QMainWindow):
self, self.tr("Qube Shutdown Confirmation"),
self.tr("There are some qubes connected to <b>'{0}'</b>!"
"<br><small>Do you want to shutdown: </small>"
"<b>'{1}'</b>?").format(
vm.name ,", ".join([x.name for x in connected_vms])),
"<b>'{1}'</b>?").format(vm.name,
", ".join([x.name for x in connected_vms])),
QMessageBox.Yes | QMessageBox.Cancel)
if reply == QMessageBox.Yes: