Przeglądaj źródła

wni: add missing parameter

Marek Marczykowski-Górecki 10 lat temu
rodzic
commit
d88da1e66b
1 zmienionych plików z 1 dodań i 1 usunięć
  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")