We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e213deb commit fa49d87Copy full SHA for fa49d87
1 file changed
cryptlib.py
@@ -62,7 +62,7 @@ def update_file(funcptr, flist, key):
62
if newData is None:
63
newData = data
64
failed = True
65
- print('FAIL')
+ print('Failed decrypting %s' % file)
66
fptr.write(newData)
67
fptr.close()
68
# check if failed
0 commit comments