Pārlūkot izejas kodu

wni: add missing parameter

Marek Marczykowski-Górecki 10 gadi atpakaļ
vecāks
revīzija
d88da1e66b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      core/storage/wni.py

+ 1 - 1
core/storage/wni.py

@@ -108,6 +108,6 @@ class QubesWniVmStorage(QubesVmStorage):
     def reset_volatile_storage(self, verbose = False, source_template = None):
         pass
 
-    def prepare_for_vm_startup(self):
+    def prepare_for_vm_startup(self, verbose = False):
         if self.vm.is_template():
             raise QubesException("Starting TemplateVM is not supported")