From 012256d446ce7e421cabca7f8f763a738ed874ad Mon Sep 17 00:00:00 2001 From: donoban Date: Sun, 14 Mar 2021 13:27:00 +0100 Subject: [PATCH] Fix pylint warning --- qubesmanager/bootfromdevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesmanager/bootfromdevice.py b/qubesmanager/bootfromdevice.py index e408adf..bcf48ab 100644 --- a/qubesmanager/bootfromdevice.py +++ b/qubesmanager/bootfromdevice.py @@ -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