summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/export.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pywal/export.py b/pywal/export.py
index ca5f7a7..120150d 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.