diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-29 18:55:41 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-29 18:55:41 +1000 |
| commit | ad9f62e9b844e4828240861cd59b8f9288118ca7 (patch) | |
| tree | bf9a0fd0bfabe0ddadb8bd18651dc588f7a9b7fd | |
| parent | 1541af9052d9c12fb3d23832838fce69fcc02761 (diff) | |
general: Added back printing of export.
| -rwxr-xr-x | pywal/export_colors.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pywal/export_colors.py b/pywal/export_colors.py index 90b3b8f..eb865fa 100755 --- a/pywal/export_colors.py +++ b/pywal/export_colors.py @@ -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.""" |
