Explorar o código

Fix pylint warning

donoban %!s(int64=3) %!d(string=hai) anos
pai
achega
012256d446
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      qubesmanager/bootfromdevice.py

+ 1 - 1
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