mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-10 14:59:06 +02:00
docs: update
This commit is contained in:
@ -16,8 +16,7 @@ def template(colors, input_file, output_file=None):
|
||||
try:
|
||||
template_data = "".join(template_data).format(**colors)
|
||||
except ValueError:
|
||||
logging.error("Syntax error in template file '%s'. ", input_file,
|
||||
"Are non-marker braces escaped? '{{}}'?")
|
||||
logging.error("Syntax error in template file '%s'.", input_file)
|
||||
return
|
||||
|
||||
util.save_file(template_data, output_file)
|
||||
|
Reference in New Issue
Block a user