Commit d2c948dd by Toshio Kuratomi

Remove decrypted vault temp_file mistakenly left from patch making vault edit idempotent

This bug was introduced in commit f8bf2ba1 on July 27.  Hasn't gone out
in a release yet.
parent 56ae3a03
......@@ -257,6 +257,7 @@ class VaultEditor:
# Do nothing if the content has not changed
if existing_data == tmpdata and not force_save:
os.remove(tmp_path)
return
# create new vault
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment