diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2018-04-29 19:40:48 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2018-04-29 19:40:48 +1000 |
| commit | 6e5f82bdcfcc9f494101b67d2dbca482c1ef420d (patch) | |
| tree | 77fb265400e8b556b02415aa773565b1576d3293 /pywal/export.py | |
| parent | 47502c29a96cabfca0732c5c6d112a515ff15994 (diff) | |
general: Create dirs first.
Diffstat (limited to 'pywal/export.py')
| -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 993e528..8d5b33f 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -54,7 +54,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. for file in [*os.scandir(template_dir), |
