From 9d73a5f8763febc4cecce46f3f35fc6d2bfcec80 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 29 Apr 2018 19:46:11 +1000 Subject: general: Fix tests. --- pywal/export.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pywal/export.py') diff --git a/pywal/export.py b/pywal/export.py index 8d5b33f..993e528 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -54,6 +54,7 @@ def every(colors, output_dir=CACHE_DIR): colors = flatten_colors(colors) template_dir = os.path.join(MODULE_DIR, "templates") template_dir_user = os.path.join(CONF_DIR, "templates") + util.create_dir(template_dir_user) join = os.path.join # Minor optimization. for file in [*os.scandir(template_dir), -- cgit v1.2.3