mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix tmpfile misspelled as tmplfile (#17183)
This commit is contained in:
@@ -493,7 +493,7 @@ class VaultFile(object):
|
||||
# VaultFile a context manager instead (implement __enter__ and __exit__)
|
||||
def __del__(self):
|
||||
self.filehandle.close()
|
||||
os.unlink(self.tmplfile)
|
||||
os.unlink(self.tmpfile)
|
||||
|
||||
def is_encrypted(self):
|
||||
peak = self.filehandle.readline()
|
||||
|
||||
Reference in New Issue
Block a user