mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-08 15:09:38 +01:00
template: Minor change.
This commit is contained in:
parent
de47c1beaa
commit
1e1150bd56
@ -13,6 +13,7 @@ def template(colors, input_file, output_dir):
|
||||
template_data = util.read_file_raw(input_file)
|
||||
template_data = "".join(template_data).format(**colors)
|
||||
template_name = os.path.basename(input_file)
|
||||
|
||||
util.save_file(template_data, output_dir / template_name)
|
||||
print(f"export: Exported {template_name}.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user