mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-24 06:48:41 +01:00
misc: cleanup
This commit is contained in:
parent
041044ed05
commit
311fbf2b6c
@ -31,7 +31,7 @@ def terminal_sexy_to_wal(data):
|
|||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
def parse_theme(theme_file):
|
def parse(theme_file):
|
||||||
"""Parse the theme file."""
|
"""Parse the theme file."""
|
||||||
data = util.read_file_json(theme_file)
|
data = util.read_file_json(theme_file)
|
||||||
|
|
||||||
@ -70,8 +70,8 @@ def file(input_file):
|
|||||||
|
|
||||||
# Parse the theme file.
|
# Parse the theme file.
|
||||||
if os.path.isfile(theme_file):
|
if os.path.isfile(theme_file):
|
||||||
return parse_theme(theme_file)
|
return parse(theme_file)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
logging.error("No colorscheme file found, exiting...")
|
logging.error("No colorscheme file found.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user