mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Can't -> cannot
This commit is contained in:
@@ -178,7 +178,7 @@ class Cryptographer:
|
||||
blob = hexlify(blob).decode("utf8")
|
||||
|
||||
except InvalidTag:
|
||||
raise EncryptionError("Can't decrypt blob with the provided key", blob=encrypted_blob, key=secret)
|
||||
raise EncryptionError("Cannot decrypt blob with the provided key", blob=encrypted_blob, key=secret)
|
||||
|
||||
return blob
|
||||
|
||||
|
||||
Reference in New Issue
Block a user