소스 검색

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")