mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-21 16:50:55 +02:00
misc: cleanup
This commit is contained in:
parent
e1df4a685d
commit
40454ff0c6
@ -53,7 +53,6 @@ def every(colors, output_dir=CACHE_DIR):
|
|||||||
colors = flatten_colors(colors)
|
colors = flatten_colors(colors)
|
||||||
template_dir = os.path.join(MODULE_DIR, "templates")
|
template_dir = os.path.join(MODULE_DIR, "templates")
|
||||||
template_dir_user = os.path.join(CONF_DIR, "templates")
|
template_dir_user = os.path.join(CONF_DIR, "templates")
|
||||||
|
|
||||||
util.create_dir(template_dir_user)
|
util.create_dir(template_dir_user)
|
||||||
|
|
||||||
join = os.path.join # Minor optimization.
|
join = os.path.join # Minor optimization.
|
||||||
|
Loading…
Reference in New Issue
Block a user