summaryrefslogtreecommitdiff
path: root/pywal/theme.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-04-29 19:40:48 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-04-29 19:40:48 +1000
commit6e5f82bdcfcc9f494101b67d2dbca482c1ef420d (patch)
tree77fb265400e8b556b02415aa773565b1576d3293 /pywal/theme.py
parent47502c29a96cabfca0732c5c6d112a515ff15994 (diff)
general: Create dirs first.
Diffstat (limited to 'pywal/theme.py')
-rw-r--r--pywal/theme.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pywal/theme.py b/pywal/theme.py
index 4d42156..cbf9354 100644
--- a/pywal/theme.py
+++ b/pywal/theme.py
@@ -56,8 +56,6 @@ def file(input_file):
user_theme_file = os.path.join(CONF_DIR, "colorschemes", theme_name)
theme_file = os.path.join(MODULE_DIR, "colorschemes", theme_name)
- util.create_dir(os.path.dirname(user_theme_file))
-
# Find the theme file.
if os.path.isfile(input_file):
theme_file = input_file