We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db25987 commit 2ca79c8Copy full SHA for 2ca79c8
1 file changed
lib/envstack/encrypt.py
@@ -121,8 +121,7 @@ def encrypt(self, data: str):
121
log.error("invalid value: %s", e)
122
except Exception as e:
123
log.error("unhandled error: %s", e)
124
- finally:
125
- return results
+ return results
126
127
def decrypt(self, data: str):
128
"""Decrypt a secret using Fernet.
@@ -224,8 +223,7 @@ def encrypt(self, data: str):
224
223
225
226
227
228
229
230
231
"""Convenience function to decrypt a secret using AES-GCM.
0 commit comments