Przeglądaj źródła

storage: insert missing NotImplementedError in Volume.stop()

Rusty Bird 5 lat temu
rodzic
commit
44ca78523f
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      qubes/storage/__init__.py

+ 1 - 0
qubes/storage/__init__.py

@@ -274,6 +274,7 @@ class Volume:
         This include committing data if :py:attr:`save_on_stop` is set.
 
         This can be implemented as a coroutine.'''
+        raise self._not_implemented("stop")
 
     def verify(self):
         ''' Verifies the volume.