No need to cover this, it's future growth
This commit is contained in:
parent
ddeffc8e74
commit
3c22c4ea87
@ -128,7 +128,7 @@ class CryptMixin:
|
||||
salt=bytes.fromhex(self.salt),
|
||||
iterations=self.key_iterations,
|
||||
)
|
||||
else:
|
||||
else: # pragma: no cover
|
||||
raise CommandError(
|
||||
f"{self.kdf_algorithm} is an unknown key derivation function",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user