various #16

Merged
dan merged 94 commits from various into dev 2023-12-14 14:04:01 +01:00
Showing only changes of commit f49029aeed - Show all commits

View file

@ -51,6 +51,7 @@ def generate_random_string(length: int, punctuation=False) -> str:
def load_json_to_environ(cred_file: Path):
"""Load the contents of a json file directly into os.environ. Variable names are inherited"""
with open(cred_file, "r") as f:
CREDENTIALS = json.load(f)