mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 09:23:08 +01:00
docs: update
This commit is contained in:
parent
95c1cc18bc
commit
3292a5513d
@ -16,8 +16,7 @@ def template(colors, input_file, output_file=None):
|
|||||||
try:
|
try:
|
||||||
template_data = "".join(template_data).format(**colors)
|
template_data = "".join(template_data).format(**colors)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
logging.error("Syntax error in template file '%s'. ", input_file,
|
logging.error("Syntax error in template file '%s'.", input_file)
|
||||||
"Are non-marker braces escaped? '{{}}'?")
|
|
||||||
return
|
return
|
||||||
|
|
||||||
util.save_file(template_data, output_file)
|
util.save_file(template_data, output_file)
|
||||||
|
Loading…
Reference in New Issue
Block a user