general: Added back printing of export.

This commit is contained in:
Dylan Araps 2017-06-29 18:55:41 +10:00
parent 1541af9052
commit ad9f62e9b8

View File

@ -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."""