test script color scheme

This commit is contained in:
Zacharias-Brohn
2026-02-14 16:45:46 +01:00
parent b77fc7e133
commit 39e37b4c97
+2
View File
@@ -119,3 +119,5 @@ try:
generate_color_scheme(str(args.thumbnail), args.output) generate_color_scheme(str(args.thumbnail), args.output)
except Exception as e: except Exception as e:
print(f"Error: {e}") print(f"Error: {e}")
with open(args.output + ".txt", "w") as f:
f.write(f"Error: {e}")