Optimized decryption message

This commit is contained in:
Kevin Veen-Birkenbach 2022-12-12 11:45:29 +01:00
parent 07ba9b2164
commit 565c5d0961
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ try:
print("An unexpected error occured: \n" + traceback.format_exc())
print("Decrypting main data.")
decrypt.decryptMainData()
print("All data decrypted.")
print("The data was decrypted to: " + path.getDecryptedMainDataStandartFolder())
dirty_exit()
print("Decrypting accumulated data.")
decrypt.setUserPassword(args.master_password)