mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-12 16:29:38 +01:00
general: Added back printing of export.
This commit is contained in:
parent
1541af9052
commit
ad9f62e9b8
@ -25,6 +25,8 @@ def template(colors, input_file):
|
||||
with open(export_file, "w") as file:
|
||||
file.write(template_data)
|
||||
|
||||
print(f"export: Exported {input_file}.")
|
||||
|
||||
|
||||
def export_all_templates(colors):
|
||||
"""Export all template files."""
|
||||
|
Loading…
Reference in New Issue
Block a user