summaryrefslogtreecommitdiff
path: root/pywal/export.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/export.py')
-rw-r--r--pywal/export.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pywal/export.py b/pywal/export.py
index a483022..748e3a9 100644
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -48,7 +48,7 @@ def every(colors, output_dir=CACHE_DIR):
for file in os.scandir(MODULE_DIR / "templates"):
template(all_colors, file.path, output_dir / file.name)
- print(f"export: Exported all files.")
+ print("export: Exported all files.")
def color(colors, export_type, output_file=None):