Fix pylint warnings
This commit is contained in:
parent
ef8be34622
commit
4bb156e061
@ -1256,8 +1256,8 @@ class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QMainWindow):
|
|||||||
self, self.tr("Qube Shutdown Confirmation"),
|
self, self.tr("Qube Shutdown Confirmation"),
|
||||||
self.tr("There are some qubes connected to <b>'{0}'</b>!"
|
self.tr("There are some qubes connected to <b>'{0}'</b>!"
|
||||||
"<br><small>Do you want to shutdown: </small>"
|
"<br><small>Do you want to shutdown: </small>"
|
||||||
"<b>'{1}'</b>?").format(
|
"<b>'{1}'</b>?").format(vm.name,
|
||||||
vm.name ,", ".join([x.name for x in connected_vms])),
|
", ".join([x.name for x in connected_vms])),
|
||||||
QMessageBox.Yes | QMessageBox.Cancel)
|
QMessageBox.Yes | QMessageBox.Cancel)
|
||||||
|
|
||||||
if reply == QMessageBox.Yes:
|
if reply == QMessageBox.Yes:
|
||||||
|
Loading…
Reference in New Issue
Block a user