From 90c5f3a5c2592b5a0d3e45b56a5c238ca4caebf1 Mon Sep 17 00:00:00 2001 From: vrbanecd Date: Wed, 4 Dec 2024 18:18:11 +0100 Subject: [PATCH] return to previous --- teapot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teapot.py b/teapot.py index ceaf60c..b28e44b 100644 --- a/teapot.py +++ b/teapot.py @@ -248,6 +248,7 @@ async def _create_user_dirs(username): # corrected. if path_components[0] == "$HOME": path_components[0] = f"/home/{username}" + path = os.path.join(*path_components) sa_properties_path = f"{user_sa_d_dir}/{storage_area}.properties" if not exists(sa_properties_path): with open(