Update Picocrypt.py

This commit is contained in:
Evan Su 2021-04-06 20:17:21 -04:00 committed by GitHub
parent 2afe9d631a
commit ac47d179c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1200,6 +1200,7 @@ def wrapper(yes=False):
try:
work()
except:
working = False
if mode=="encrypt":
setEncryptionUI()
else:
@ -1207,7 +1208,6 @@ def wrapper(yes=False):
statusString.set(strings[17])
finally:
dummy.focus()
working = False
sys.exit(0)
# Update visuals with stats