no folder crash error

This commit is contained in:
Hayden 2021-01-03 14:53:16 -09:00
parent 8c1b33ad0b
commit b0abc9e082

View File

@ -13,6 +13,7 @@ def ensure_dirs():
DATA_DIR.joinpath("img").mkdir(parents=True, exist_ok=True)
DATA_DIR.joinpath("backups").mkdir(parents=True, exist_ok=True)
DATA_DIR.joinpath("templates").mkdir(parents=True, exist_ok=True)
DATA_DIR.joinpath("debug").mkdir(parents=True, exist_ok=True)
def generate_default_theme():