Преглед изворни кода

wni: add missing parameter

Marek Marczykowski-Górecki пре 10 година
родитељ
комит
d88da1e66b
1 измењених фајлова са 1 додато и 1 уклоњено
  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")