From a363ef3c4a4f6a27284c835fb3a856e18a538fb6 Mon Sep 17 00:00:00 2001 From: xpamych Date: Fri, 10 Mar 2023 11:10:52 +0300 Subject: [PATCH] f"{home_dir}/.config/hlna/" --- hlna.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hlna.py b/hlna.py index a715836..537eaaa 100755 --- a/hlna.py +++ b/hlna.py @@ -52,6 +52,7 @@ def create_dir(directory): if not os.path.exists(directory): os.mkdir(directory) if not os.path.exists(f"{home_dir}/.config/hlna/maps"): + os.mkdir(f"{home_dir}/.config/hlna/") os.chdir(f"{home_dir}/.config/hlna/") os.mkdir("maps")