diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-03-18 16:18:36 +1100 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-03-18 16:18:36 +1100 |
| commit | 40454ff0c642b13b9cfcd114dfeb1c71829227db (patch) | |
| tree | 8a2499da01c70872688aa6bfc7f192809481d3e9 | |
| parent | e1df4a685d14ab34d599730ac4c246c7ab239f98 (diff) | |
misc: cleanup
| -rw-r--r-- | pywal/export.py | 1 |
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. |
