Incorrect error message when library password is wrong
I took library into use in my own computer and then copied correct files into our Jenkins server. Unfortunately the password went wrong in Jenkins and it didn't work. Could it be possible to have correct error message when using incorrect password since now library gives "No private key known or found in file. Generate private key first!" Error message, see trace below: Traceback (most recent call last): File "/var/lib/jenkins/.local/lib/python3.7/site-packages/CryptoLibrary/init.py", line 291, in get_decrypted_text plaintext = self.crypto.decrypt_text(cipher_text) File "/var/lib/jenkins/.local/lib/python3.7/site-packages/CryptoLibrary/utils/cryptoutility.py", line 251, in decrypt_text 'No private key known or found in file. Generate private key first!' AttributeError: No private key known or found in file. Generate private key first!