Fix pylint warning

This commit is contained in:
donoban 2021-03-14 13:27:00 +01:00
szülő f0d8b71b22
commit 012256d446
Nem található kulcs ehhez az aláíráshoz az adatbázisban
GPG kulcs azonosító: 141310D8E3ED08A5

Fájl megtekintése

@ -28,7 +28,7 @@ from qubesadmin import exc
class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog, class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog,
QtWidgets.QDialog): QtWidgets.QDialog):
def __init__(self, vm, qapp, qubesapp=None, parent=None, new_vm = False): def __init__(self, vm, qapp, qubesapp=None, parent=None, new_vm=False):
super().__init__(parent) super().__init__(parent)
self.vm = vm self.vm = vm