Fix pylint warnings

This commit is contained in:
donoban 2021-01-10 20:43:26 +01:00
parent ef8be34622
commit 4bb156e061
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -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: