Browse Source

minor cython code fixes

Thomas Waldmann 1 month ago
parent
commit
4c45087698
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/borg/compress.pyx

+ 1 - 1
src/borg/compress.pyx

@@ -465,7 +465,7 @@ class ObfuscateSize(CompressorBase):
     def _obfuscate(self, compr_size):
         # implementations need to return the size of obfuscation data,
         # that the caller shall add.
-        raise NotImplemented
+        raise NotImplementedError
 
     def _relative_random_reciprocal_obfuscate(self, compr_size):
         # effect for SPEC 1: