From 1cff79bcc6f64c8b52c255c9dd161cd5564bf748 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Mar 2018 10:03:48 +1100 Subject: theme: Move theme handling to own file. --- pywal/export.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pywal/export.py') diff --git a/pywal/export.py b/pywal/export.py index 120150d..87185f6 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -53,7 +53,6 @@ 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. -- cgit v1.2.3