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
1 changed files with 1 additions and 1 deletions

View File

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