bug fix: secure and default folder

pull/15/head
Steve Nyemba 2 months ago
parent 28a832268d
commit b8e9602d32

@ -126,6 +126,7 @@ def secure(
""" """
keyfile = get_manifest(keyfile)
if not os.path.exists(keyfile): if not os.path.exists(keyfile):
f = open(keyfile,'w') f = open(keyfile,'w')
f.write(str(uuid.uuid4())) f.write(str(uuid.uuid4()))

@ -1,5 +1,5 @@
__author__ = "Steve L. Nyemba" __author__ = "Steve L. Nyemba"
__version__= "2.2.4" __version__= "2.2.5"
__email__ = "steve@the-phi.com" __email__ = "steve@the-phi.com"
__license__=""" __license__="""
Copyright 2010 - 2024, Steve L. Nyemba, Vanderbilt University Medical Center Copyright 2010 - 2024, Steve L. Nyemba, Vanderbilt University Medical Center

Loading…
Cancel
Save