Fix pylint warning
This commit is contained in:
parent
f0d8b71b22
commit
012256d446
@ -28,7 +28,7 @@ from qubesadmin import exc
|
||||
|
||||
class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog,
|
||||
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)
|
||||
|
||||
self.vm = vm
|
||||
|
Loading…
Reference in New Issue
Block a user